Html Css Color HEX #D87E8D Charm

📋 copy color: '#D87E8D'

red 216 ◦ green 126 ◦ blue 141

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

Shades of Charm #D87E8D

Tints of Charm #D87E8D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.09%

 BLUE value IS 141 (55.47% from 255) = 29.19%

R = 44.72%
G = 26.09%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D87E8D (or 0xD87E8D) is known color: Charm. HEX triplet: D8, 7E and 8D. RGB value is (216,126,141). Sum of RGB (Red+Green+Blue) = 216+126+141=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87E8D is #278172. Grayscale: #9A9A9A. Windows color (decimal): -2589043 or 9273048. OLE color: 9273048.

HSL color Cylindrical-coordinate representation of color #D87E8D: hue angle of 350º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87E8D is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 126 141 -
CMYK 0 0.42 0.35 0.15
HSL 350º 0.54% 0.67% -
HSV(B) 350º 0.42% 0.85% -
XYZ 40.59 31.44 29.13 -
YUV 154.62 120.32 171.78 -
System Red Green Blue C M Y K H S L
Decimal 216 126 141 0 0.42 0.35 0.15 350 0.54 0.67
Hex D8 7E 8D 0 2A 23 F 15E 36 43
Octal 330 176 215 0 52 43 17 536 66 103
Binary 11011000 1111110 10001101 0 101010 100011 1111 101011110 110110 1000011

Color Harmonies of #D87E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87E8D

Black with #D87E8D

Text Example


Text Example

White with #D87E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87E8D; }

 p { color: rgb(216,126,141); }

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

background-color css

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

 a { background-color: rgb(216,126,141); }

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

border-color css

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

 span { border-color: rgb(216,126,141); }

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