Html Css Color HEX #D87888 Charm

📋 copy color: '#D87888'

red 216 ◦ green 120 ◦ blue 136

#D87888
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #D87888

Tints of Charm #D87888

RGB

 RED value IS 216 (84.77% from 255) = 45.76%

 GREEN value IS 120 (47.27% from 255) = 25.42%

 BLUE value IS 136 (53.52% from 255) = 28.81%

R = 45.76%
G = 25.42%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D87888 (or 0xD87888) is known color: Charm. HEX triplet: D8, 78 and 88. RGB value is (216,120,136). Sum of RGB (Red+Green+Blue) = 216+120+136=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 120 (47.27% from 255 or 25.42% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D87888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87888 is #278777. Grayscale: #969696. Windows color (decimal): -2590584 or 8943832. OLE color: 8943832.

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

Color convert

RGB 216 120 136 -
CMYK 0 0.44 0.37 0.15
HSL 350º 0.55% 0.66% -
HSV(B) 350º 0.44% 0.85% -
XYZ 39.48 29.81 26.97 -
YUV 150.53 119.8 174.7 -
System Red Green Blue C M Y K H S L
Decimal 216 120 136 0 0.44 0.37 0.15 350 0.55 0.66
Hex D8 78 88 0 2C 25 F 15E 37 42
Octal 330 170 210 0 54 45 17 536 67 102
Binary 11011000 1111000 10001000 0 101100 100101 1111 101011110 110111 1000010

Color Harmonies of #D87888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87888

Black with #D87888

Text Example


Text Example

White with #D87888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87888; }

 p { color: rgb(216,120,136); }

 H1.HeaderClassName
 {
   color: #D87888;
 }
 .AnyTagClassName
 {
   color: #D87888;
 }
</style>

background-color css

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

 a { background-color: rgb(216,120,136); }

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

border-color css

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

 span { border-color: rgb(216,120,136); }

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