Html Css Color HEX #D86D88 Charm

📋 copy color: '#D86D88'

red 216 ◦ green 109 ◦ blue 136

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

Shades of Charm #D86D88

Tints of Charm #D86D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.5%

R = 46.85%
G = 23.64%
B = 29.5%

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

#D86D88 (or 0xD86D88) is known color: Charm. HEX triplet: D8, 6D and 88. RGB value is (216,109,136). Sum of RGB (Red+Green+Blue) = 216+109+136=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86D88 is #279277. Grayscale: #909090. Windows color (decimal): -2593400 or 8941016. OLE color: 8941016.

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

Color convert

RGB 216 109 136 -
CMYK 0 0.50 0.37 0.15
HSL 344.86º 0.58% 0.64% -
HSV(B) 344.86º 0.5% 0.85% -
XYZ 38.23 27.31 26.55 -
YUV 144.07 123.45 179.3 -
System Red Green Blue C M Y K H S L
Decimal 216 109 136 0 0.50 0.37 0.15 344.86 0.58 0.64
Hex D8 6D 88 0 32 25 F 159 3A 40
Octal 330 155 210 0 62 45 17 531 72 100
Binary 11011000 1101101 10001000 0 110010 100101 1111 101011001 111010 1000000

Color Harmonies of #D86D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D88

Black with #D86D88

Text Example


Text Example

White with #D86D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D88; }

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

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

background-color css

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

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

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

border-color css

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

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

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