#D75D5A

Color #D75D5A Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #D75D5A

Tints of Roman #D75D5A

Color information

#D75D5A (or 0xD75D5A) is unknown color: approx Roman. HEX triplet: D7, 5D and 5A. RGB value is (215,93,90). Sum of RGB (Red+Green+Blue) = 215+93+90=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75D5A is #28A2A5. Grayscale: #818181. Windows color (decimal): -2663078 or 5922263. OLE color: 5922263.

HSL color Cylindrical-coordinate representation of color #D75D5A: hue angle of 1.44º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D75D5A is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB2159390-
CMYK00.570.580.16
HSL1.44º60.98%59.8%-
HSV(B)1.44º58.14%84.31%-
XYZ33.7823.0112.33-
YUV129.14105.92189.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 54.02%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 90 (35.55% from 255) = 22.61%
R=54.02%
G=23.37%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215939000.570.580.161.4460.9859.8
HexD75D5A0393A1013d3c
Octal327135132071722017574
Binary11010111101110110110100111001111010100001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75D5A; }

 p { color: rgb(215,93,90); }

 H1.HeaderClassName
 {
   color: #D75D5A;
 }
 .AnyTagClassName
 {
   color: #D75D5A;
 }
</style>
background-color css

<style>
 a { background-color: #D75D5A; }

 a { background-color: rgb(215,93,90); }

 div.DivClassName
 {
   background-color: #D75D5A;
 }
 .BgClassName
 {
   background-color: #D75D5A;
 }
</style>
border-color css

<style>
 span { border-color: #D75D5A; }

 span { border-color: rgb(215,93,90); }

 td.TdClassName
 {
   border-color: #D75D5A;
 }
 .TagClassName
 {
   border-color: #D75D5A;
 }
</style>