#D87781

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

Shades of Charm #D87781

Tints of Charm #D87781

Color information

#D87781 (or 0xD87781) is unknown color: approx Charm. HEX triplet: D8, 77 and 81. RGB value is (216,119,129). Sum of RGB (Red+Green+Blue) = 216+119+129=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D87781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87781 is #27887E. Grayscale: #959595. Windows color (decimal): -2590847 or 8484824. OLE color: 8484824.

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

Color convert

RGB216119129-
CMYK00.450.400.15
HSL353.81º55.43%65.69%-
HSV(B)353.81º44.91%84.71%-
XYZ38.8829.3824.39-
YUV149.14116.64175.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.55%
GREEN value IS 119 (46.88% from 255) = 25.65%
BLUE value IS 129 (50.78% from 255) = 27.80%
R=46.55%
G=25.65%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611912900.450.400.15353.8155.4365.69
HexD8778102D28F1623742
Octal330167201055501754267102
Binary11011000111011110000001010110110100011111011000101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87781; }

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

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

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

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

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

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

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

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