Html Css Color HEX #D87980 Charm

📋 copy color: '#D87980'

red 216 ◦ green 121 ◦ blue 128

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

Shades of Charm #D87980

Tints of Charm #D87980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.53%

R = 46.45%
G = 26.02%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D87980 (or 0xD87980) is known color: Charm. HEX triplet: D8, 79 and 80. RGB value is (216,121,128). Sum of RGB (Red+Green+Blue) = 216+121+128=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D87980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87980 is #27867F. Grayscale: #969696. Windows color (decimal): -2590336 or 8419800. OLE color: 8419800.

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

Color convert

RGB 216 121 128 -
CMYK 0 0.44 0.41 0.15
HSL 355.58º 0.55% 0.66% -
HSV(B) 355.58º 0.44% 0.85% -
XYZ 39.05 29.83 24.12 -
YUV 150.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 216 121 128 0 0.44 0.41 0.15 355.58 0.55 0.66
Hex D8 79 80 0 2C 29 F 164 37 42
Octal 330 171 200 0 54 51 17 544 67 102
Binary 11011000 1111001 10000000 0 101100 101001 1111 101100100 110111 1000010

Color Harmonies of #D87980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87980

Black with #D87980

Text Example


Text Example

White with #D87980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87980; }

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

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

background-color css

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

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

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

border-color css

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

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

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