Html Css Color HEX #D06564 Indian Red

📋 copy color: '#D06564'

red 208 ◦ green 101 ◦ blue 100

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

Shades of Indian Red #D06564

Tints of Indian Red #D06564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.69%

 BLUE value IS 100 (39.45% from 255) = 24.45%

R = 50.86%
G = 24.69%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D06564 (or 0xD06564) is known color: Indian Red. HEX triplet: D0, 65 and 64. RGB value is (208,101,100). Sum of RGB (Red+Green+Blue) = 208+101+100=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D06564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06564 is #2F9A9B. Grayscale: #848484. Windows color (decimal): -3119772 or 6579664. OLE color: 6579664.

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

Color convert

RGB 208 101 100 -
CMYK 0 0.51 0.52 0.18
HSL 0.56º 0.53% 0.6% -
HSV(B) 0.56º 0.52% 0.82% -
XYZ 32.97 23.64 14.88 -
YUV 132.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 208 101 100 0 0.51 0.52 0.18 0.56 0.53 0.6
Hex D0 65 64 0 33 34 12 1 35 3C
Octal 320 145 144 0 63 64 22 1 65 74
Binary 11010000 1100101 1100100 0 110011 110100 10010 1 110101 111100

Color Harmonies of #D06564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06564

Black with #D06564

Text Example


Text Example

White with #D06564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06564; }

 p { color: rgb(208,101,100); }

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

background-color css

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

 a { background-color: rgb(208,101,100); }

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

border-color css

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

 span { border-color: rgb(208,101,100); }

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