Html Css Color HEX #D87984 Charm

📋 copy color: '#D87984'

red 216 ◦ green 121 ◦ blue 132

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

Shades of Charm #D87984

Tints of Charm #D87984

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.8%

 BLUE value IS 132 (51.95% from 255) = 28.14%

R = 46.06%
G = 25.8%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D87984 (or 0xD87984) is known color: Charm. HEX triplet: D8, 79 and 84. RGB value is (216,121,132). Sum of RGB (Red+Green+Blue) = 216+121+132=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 132 (51.95% from 255 or 28.14% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D87984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87984 is #27867B. Grayscale: #969696. Windows color (decimal): -2590332 or 8681944. OLE color: 8681944.

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

Color convert

RGB 216 121 132 -
CMYK 0 0.44 0.39 0.15
HSL 353.05º 0.55% 0.66% -
HSV(B) 353.05º 0.44% 0.85% -
XYZ 39.32 29.94 25.54 -
YUV 150.66 117.47 174.61 -
System Red Green Blue C M Y K H S L
Decimal 216 121 132 0 0.44 0.39 0.15 353.05 0.55 0.66
Hex D8 79 84 0 2C 27 F 161 37 42
Octal 330 171 204 0 54 47 17 541 67 102
Binary 11011000 1111001 10000100 0 101100 100111 1111 101100001 110111 1000010

Color Harmonies of #D87984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87984

Black with #D87984

Text Example


Text Example

White with #D87984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87984; }

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

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

background-color css

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

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

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

border-color css

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

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

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