Html Css Color HEX #D86E87 Charm

📋 copy color: '#D86E87'

red 216 ◦ green 110 ◦ blue 135

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

Shades of Charm #D86E87

Tints of Charm #D86E87

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.86%

 BLUE value IS 135 (53.13% from 255) = 29.28%

R = 46.85%
G = 23.86%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D86E87 (or 0xD86E87) is known color: Charm. HEX triplet: D8, 6E and 87. RGB value is (216,110,135). Sum of RGB (Red+Green+Blue) = 216+110+135=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86E87 is #279178. Grayscale: #909090. Windows color (decimal): -2593145 or 8875736. OLE color: 8875736.

HSL color Cylindrical-coordinate representation of color #D86E87: hue angle of 345.85º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86E87 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 110 135 -
CMYK 0 0.49 0.38 0.15
HSL 345.85º 0.58% 0.64% -
HSV(B) 345.85º 0.49% 0.85% -
XYZ 38.27 27.5 26.21 -
YUV 144.54 122.62 178.97 -
System Red Green Blue C M Y K H S L
Decimal 216 110 135 0 0.49 0.38 0.15 345.85 0.58 0.64
Hex D8 6E 87 0 31 26 F 15A 3A 40
Octal 330 156 207 0 61 46 17 532 72 100
Binary 11011000 1101110 10000111 0 110001 100110 1111 101011010 111010 1000000

Color Harmonies of #D86E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86E87

Black with #D86E87

Text Example


Text Example

White with #D86E87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86E87; }

 p { color: rgb(216,110,135); }

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

background-color css

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

 a { background-color: rgb(216,110,135); }

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

border-color css

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

 span { border-color: rgb(216,110,135); }

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