#D88182

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

Shades of Charm #D88182

Tints of Charm #D88182

Color information

#D88182 (or 0xD88182) is unknown color: approx Charm. HEX triplet: D8, 81 and 82. RGB value is (216,129,130). Sum of RGB (Red+Green+Blue) = 216+129+130=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D88182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88182 is #277E7D. Grayscale: #9B9B9B. Windows color (decimal): -2588286 or 8552920. OLE color: 8552920.

HSL color Cylindrical-coordinate representation of color #D88182: hue angle of 359.31º 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 #D88182 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB216129130-
CMYK00.400.400.15
HSL359.31º52.73%67.65%-
HSV(B)359.31º40.28%84.71%-
XYZ40.231.9125.16-
YUV155.13113.82171.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.47%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 130 (51.17% from 255) = 27.37%
R=45.47%
G=27.16%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612913000.400.400.15359.3152.7367.65
HexD8818202828F1673544
Octal330201202050501754765104
Binary110110001000000110000010010100010100011111011001111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88182; }

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

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

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

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

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

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

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

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