Html Css Color HEX #D87E8C Charm

📋 copy color: '#D87E8C'

red 216 ◦ green 126 ◦ blue 140

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

Shades of Charm #D87E8C

Tints of Charm #D87E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.05%

R = 44.81%
G = 26.14%
B = 29.05%

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

#D87E8C (or 0xD87E8C) is known color: Charm. HEX triplet: D8, 7E and 8C. RGB value is (216,126,140). Sum of RGB (Red+Green+Blue) = 216+126+140=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87E8C is #278173. Grayscale: #9A9A9A. Windows color (decimal): -2589044 or 9207512. OLE color: 9207512.

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

Color convert

RGB 216 126 140 -
CMYK 0 0.42 0.35 0.15
HSL 350.67º 0.54% 0.67% -
HSV(B) 350.67º 0.42% 0.85% -
XYZ 40.51 31.41 28.74 -
YUV 154.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 216 126 140 0 0.42 0.35 0.15 350.67 0.54 0.67
Hex D8 7E 8C 0 2A 23 F 15F 36 43
Octal 330 176 214 0 52 43 17 537 66 103
Binary 11011000 1111110 10001100 0 101010 100011 1111 101011111 110110 1000011

Color Harmonies of #D87E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87E8C

Black with #D87E8C

Text Example


Text Example

White with #D87E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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