#D0667E

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

Shades of Charm #D0667E

Tints of Charm #D0667E

Color information

#D0667E (or 0xD0667E) is unknown color: approx Charm. HEX triplet: D0, 66 and 7E. RGB value is (208,102,126). Sum of RGB (Red+Green+Blue) = 208+102+126=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0667E is #2F9981. Grayscale: #888888. Windows color (decimal): -3119490 or 8283856. OLE color: 8283856.

HSL color Cylindrical-coordinate representation of color #D0667E: hue angle of 346.42º 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 #D0667E is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB208102126-
CMYK00.510.390.18
HSL346.42º53%60.78%-
HSV(B)346.42º50.96%81.57%-
XYZ34.5324.4222.63-
YUV136.43122.12179.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.71%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 126 (49.61% from 255) = 28.90%
R=47.71%
G=23.39%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810212600.510.390.18346.425360.78
HexD0667E033271215a353d
Octal32014617606347225326575
Binary1101000011001101111110011001110011110010101011010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0667E; }

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

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

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

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

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

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

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

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