Html Css Color HEX #D06059 Indian Red

📋 copy color: '#D06059'

red 208 ◦ green 96 ◦ blue 89

#D06059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Red #D06059

Tints of Indian Red #D06059

RGB

 RED value IS 208 (81.64% from 255) = 52.93%

 GREEN value IS 96 (37.89% from 255) = 24.43%

 BLUE value IS 89 (35.16% from 255) = 22.65%

R = 52.93%
G = 24.43%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D06059 (or 0xD06059) is known color: Indian Red. HEX triplet: D0, 60 and 59. RGB value is (208,96,89). Sum of RGB (Red+Green+Blue) = 208+96+89=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D06059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06059 is #2F9FA6. Grayscale: #808080. Windows color (decimal): -3121063 or 5857488. OLE color: 5857488.

HSL color Cylindrical-coordinate representation of color #D06059: hue angle of 3.53º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D06059 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 96 89 -
CMYK 0 0.54 0.57 0.18
HSL 3.53º 0.56% 0.58% -
HSV(B) 3.53º 0.57% 0.82% -
XYZ 32 22.5 12.11 -
YUV 128.69 105.61 184.57 -
System Red Green Blue C M Y K H S L
Decimal 208 96 89 0 0.54 0.57 0.18 3.53 0.56 0.58
Hex D0 60 59 0 36 39 12 4 38 3A
Octal 320 140 131 0 66 71 22 4 70 72
Binary 11010000 1100000 1011001 0 110110 111001 10010 100 111000 111010

Color Harmonies of #D06059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06059

Black with #D06059

Text Example


Text Example

White with #D06059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06059; }

 p { color: rgb(208,96,89); }

 H1.HeaderClassName
 {
   color: #D06059;
 }
 .AnyTagClassName
 {
   color: #D06059;
 }
</style>

background-color css

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

 a { background-color: rgb(208,96,89); }

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

border-color css

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

 span { border-color: rgb(208,96,89); }

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