#D87182

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

Shades of Charm #D87182

Tints of Charm #D87182

Color information

#D87182 (or 0xD87182) is unknown color: approx Charm. HEX triplet: D8, 71 and 82. RGB value is (216,113,130). Sum of RGB (Red+Green+Blue) = 216+113+130=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D87182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87182 is #278E7D. Grayscale: #919191. Windows color (decimal): -2592382 or 8548824. OLE color: 8548824.

HSL color Cylindrical-coordinate representation of color #D87182: hue angle of 350.1º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D87182 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB216113130-
CMYK00.480.400.15
HSL350.1º56.91%64.51%-
HSV(B)350.1º47.69%84.71%-
XYZ38.2528.0224.51-
YUV145.74119.12178.12-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.06%
GREEN value IS 113 (44.53% from 255) = 24.62%
BLUE value IS 130 (51.17% from 255) = 28.32%
R=47.06%
G=24.62%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611313000.480.400.15350.156.9164.51
HexD8718203028F15e3941
Octal330161202060501753671101
Binary11011000111000110000010011000010100011111010111101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87182; }

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

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

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

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

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

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

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

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