Html Css Color HEX #D86D89 Charm

📋 copy color: '#D86D89'

red 216 ◦ green 109 ◦ blue 137

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

Shades of Charm #D86D89

Tints of Charm #D86D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.65%

R = 46.75%
G = 23.59%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D86D89 (or 0xD86D89) is known color: Charm. HEX triplet: D8, 6D and 89. RGB value is (216,109,137). Sum of RGB (Red+Green+Blue) = 216+109+137=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86D89 is #279276. Grayscale: #909090. Windows color (decimal): -2593399 or 9006552. OLE color: 9006552.

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

Color convert

RGB 216 109 137 -
CMYK 0 0.50 0.37 0.15
HSL 344.3º 0.58% 0.64% -
HSV(B) 344.3º 0.5% 0.85% -
XYZ 38.3 27.34 26.93 -
YUV 144.19 123.95 179.22 -
System Red Green Blue C M Y K H S L
Decimal 216 109 137 0 0.50 0.37 0.15 344.3 0.58 0.64
Hex D8 6D 89 0 32 25 F 158 3A 40
Octal 330 155 211 0 62 45 17 530 72 100
Binary 11011000 1101101 10001001 0 110010 100101 1111 101011000 111010 1000000

Color Harmonies of #D86D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D89

Black with #D86D89

Text Example


Text Example

White with #D86D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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