#D88184

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

Shades of Charm #D88184

Tints of Charm #D88184

Color information

#D88184 (or 0xD88184) is unknown color: approx Charm. HEX triplet: D8, 81 and 84. RGB value is (216,129,132). Sum of RGB (Red+Green+Blue) = 216+129+132=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D88184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88184 is #277E7B. Grayscale: #9B9B9B. Windows color (decimal): -2588284 or 8683992. OLE color: 8683992.

HSL color Cylindrical-coordinate representation of color #D88184: hue angle of 357.93º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D88184 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB216129132-
CMYK00.400.390.15
HSL357.93º52.73%67.65%-
HSV(B)357.93º40.28%84.71%-
XYZ40.3331.9725.87-
YUV155.36114.82171.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.28%
GREEN value IS 129 (50.78% from 255) = 27.04%
BLUE value IS 132 (51.95% from 255) = 27.67%
R=45.28%
G=27.04%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612913200.400.390.15357.9352.7367.65
HexD8818402827F1663544
Octal330201204050471754665104
Binary110110001000000110000100010100010011111111011001101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88184; }

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

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

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

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

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

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

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

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