#D88384

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

Shades of Charm #D88384

Tints of Charm #D88384

Color information

#D88384 (or 0xD88384) is unknown color: approx Charm. HEX triplet: D8, 83 and 84. RGB value is (216,131,132). Sum of RGB (Red+Green+Blue) = 216+131+132=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D88384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88384 is #277C7B. Grayscale: #9C9C9C. Windows color (decimal): -2587772 or 8684504. OLE color: 8684504.

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

Color convert

RGB216131132-
CMYK00.390.390.15
HSL359.29º52.15%68.04%-
HSV(B)359.29º39.35%84.71%-
XYZ40.632.525.96-
YUV156.53114.16170.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.09%
GREEN value IS 131 (51.56% from 255) = 27.35%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=45.09%
G=27.35%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613113200.390.390.15359.2952.1568.04
HexD8838402727F1673444
Octal330203204047471754764104
Binary110110001000001110000100010011110011111111011001111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88384; }

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

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

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

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

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

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

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

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