Html Css Color HEX #D87882 Charm

📋 copy color: '#D87882'

red 216 ◦ green 120 ◦ blue 130

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

Shades of Charm #D87882

Tints of Charm #D87882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.9%

R = 46.35%
G = 25.75%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D87882 (or 0xD87882) is known color: Charm. HEX triplet: D8, 78 and 82. RGB value is (216,120,130). Sum of RGB (Red+Green+Blue) = 216+120+130=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D87882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87882 is #27877D. Grayscale: #959595. Windows color (decimal): -2590590 or 8550616. OLE color: 8550616.

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

Color convert

RGB 216 120 130 -
CMYK 0 0.44 0.40 0.15
HSL 353.75º 0.55% 0.66% -
HSV(B) 353.75º 0.44% 0.85% -
XYZ 39.06 29.64 24.78 -
YUV 149.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 216 120 130 0 0.44 0.40 0.15 353.75 0.55 0.66
Hex D8 78 82 0 2C 28 F 162 37 42
Octal 330 170 202 0 54 50 17 542 67 102
Binary 11011000 1111000 10000010 0 101100 101000 1111 101100010 110111 1000010

Color Harmonies of #D87882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87882

Black with #D87882

Text Example


Text Example

White with #D87882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87882; }

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

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

background-color css

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

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

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

border-color css

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

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

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