Html Css Color HEX #D87780 Charm

📋 copy color: '#D87780'

red 216 ◦ green 119 ◦ blue 128

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

Shades of Charm #D87780

Tints of Charm #D87780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.7%

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

R = 46.65%
G = 25.7%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D87780 (or 0xD87780) is known color: Charm. HEX triplet: D8, 77 and 80. RGB value is (216,119,128). Sum of RGB (Red+Green+Blue) = 216+119+128=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D87780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87780 is #27887F. Grayscale: #959595. Windows color (decimal): -2590848 or 8419288. OLE color: 8419288.

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

Color convert

RGB 216 119 128 -
CMYK 0 0.45 0.41 0.15
HSL 354.43º 0.55% 0.66% -
HSV(B) 354.43º 0.45% 0.85% -
XYZ 38.81 29.35 24.04 -
YUV 149.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 216 119 128 0 0.45 0.41 0.15 354.43 0.55 0.66
Hex D8 77 80 0 2D 29 F 162 37 42
Octal 330 167 200 0 55 51 17 542 67 102
Binary 11011000 1110111 10000000 0 101101 101001 1111 101100010 110111 1000010

Color Harmonies of #D87780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87780

Black with #D87780

Text Example


Text Example

White with #D87780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87780; }

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

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

background-color css

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

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

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

border-color css

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

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

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