#D06182

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

Shades of Charm #D06182

Tints of Charm #D06182

Color information

#D06182 (or 0xD06182) is unknown color: approx Charm. HEX triplet: D0, 61 and 82. RGB value is (208,97,130). Sum of RGB (Red+Green+Blue) = 208+97+130=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D06182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06182 is #2F9E7D. Grayscale: #858585. Windows color (decimal): -3120766 or 8544720. OLE color: 8544720.

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

Color convert

RGB20897130-
CMYK00.530.380.18
HSL342.16º54.15%59.8%-
HSV(B)342.16º53.37%81.57%-
XYZ34.3223.5723.86-
YUV133.95125.77180.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.82%
GREEN value IS 97 (38.28% from 255) = 22.30%
BLUE value IS 130 (51.17% from 255) = 29.89%
R=47.82%
G=22.30%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089713000.530.380.18342.1654.1559.8
HexD061820352612156363c
Octal32014120206546225266674
Binary11010000110000110000010011010110011010010101010110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06182; }

 p { color: rgb(208,97,130); }

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

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

 a { background-color: rgb(208,97,130); }

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

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

 span { border-color: rgb(208,97,130); }

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