Html Css Color HEX #D87A82 Charm

📋 copy color: '#D87A82'

red 216 ◦ green 122 ◦ blue 130

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

Shades of Charm #D87A82

Tints of Charm #D87A82

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.07%

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

R = 46.15%
G = 26.07%
B = 27.78%

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

#D87A82 (or 0xD87A82) is known color: Charm. HEX triplet: D8, 7A and 82. RGB value is (216,122,130). Sum of RGB (Red+Green+Blue) = 216+122+130=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87A82 is #27857D. Grayscale: #979797. Windows color (decimal): -2590078 or 8551128. OLE color: 8551128.

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

Color convert

RGB 216 122 130 -
CMYK 0 0.44 0.40 0.15
HSL 354.89º 0.55% 0.66% -
HSV(B) 354.89º 0.44% 0.85% -
XYZ 39.31 30.13 24.86 -
YUV 151.02 116.14 174.35 -
System Red Green Blue C M Y K H S L
Decimal 216 122 130 0 0.44 0.40 0.15 354.89 0.55 0.66
Hex D8 7A 82 0 2C 28 F 163 37 42
Octal 330 172 202 0 54 50 17 543 67 102
Binary 11011000 1111010 10000010 0 101100 101000 1111 101100011 110111 1000010

Color Harmonies of #D87A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87A82

Black with #D87A82

Text Example


Text Example

White with #D87A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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