#D06665

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

Shades of Indian Red #D06665

Tints of Indian Red #D06665

Color information

#D06665 (or 0xD06665) is unknown color: approx Indian Red. HEX triplet: D0, 66 and 65. RGB value is (208,102,101). Sum of RGB (Red+Green+Blue) = 208+102+101=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D06665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06665 is #2F999A. Grayscale: #858585. Windows color (decimal): -3119515 or 6645456. OLE color: 6645456.

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

Color convert

RGB208102101-
CMYK00.510.510.18
HSL0.56º53.23%60.59%-
HSV(B)0.56º51.44%81.57%-
XYZ33.1123.8515.17-
YUV133.58109.62181.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.61%
GREEN value IS 102 (40.23% from 255) = 24.82%
BLUE value IS 101 (39.84% from 255) = 24.57%
R=50.61%
G=24.82%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810210100.510.510.180.5653.2360.59
HexD0666503333121353d
Octal320146145063632216575
Binary11010000110011011001010110011110011100101110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06665; }

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

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

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

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

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

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

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

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