#D08184

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

Shades of Charm #D08184

Tints of Charm #D08184

Color information

#D08184 (or 0xD08184) is unknown color: approx Charm. HEX triplet: D0, 81 and 84. RGB value is (208,129,132). Sum of RGB (Red+Green+Blue) = 208+129+132=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D08184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08184 is #2F7E7B. Grayscale: #999999. Windows color (decimal): -3112572 or 8683984. OLE color: 8683984.

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

Color convert

RGB208129132-
CMYK00.380.370.18
HSL357.72º45.66%66.08%-
HSV(B)357.72º37.98%81.57%-
XYZ38.0330.7825.77-
YUV152.96116.17167.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.35%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 132 (51.95% from 255) = 28.14%
R=44.35%
G=27.51%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812913200.380.370.18357.7245.6666.08
HexD0818402625121662e42
Octal320201204046452254656102
Binary1101000010000001100001000100110100101100101011001101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08184; }

 p { color: rgb(208,129,132); }

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

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

 a { background-color: rgb(208,129,132); }

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

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

 span { border-color: rgb(208,129,132); }

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