Html Css Color HEX #D86D87 Charm

📋 copy color: '#D86D87'

red 216 ◦ green 109 ◦ blue 135

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

Shades of Charm #D86D87

Tints of Charm #D86D87

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.7%

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

R = 46.96%
G = 23.7%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D86D87 (or 0xD86D87) is known color: Charm. HEX triplet: D8, 6D and 87. RGB value is (216,109,135). Sum of RGB (Red+Green+Blue) = 216+109+135=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86D87 is #279278. Grayscale: #8F8F8F. Windows color (decimal): -2593401 or 8875480. OLE color: 8875480.

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

Color convert

RGB 216 109 135 -
CMYK 0 0.50 0.38 0.15
HSL 345.42º 0.58% 0.64% -
HSV(B) 345.42º 0.5% 0.85% -
XYZ 38.16 27.29 26.18 -
YUV 143.96 122.95 179.39 -
System Red Green Blue C M Y K H S L
Decimal 216 109 135 0 0.50 0.38 0.15 345.42 0.58 0.64
Hex D8 6D 87 0 32 26 F 159 3A 40
Octal 330 155 207 0 62 46 17 531 72 100
Binary 11011000 1101101 10000111 0 110010 100110 1111 101011001 111010 1000000

Color Harmonies of #D86D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D87

Black with #D86D87

Text Example


Text Example

White with #D86D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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