Html Css Color HEX #D86D8A Charm

📋 copy color: '#D86D8A'

red 216 ◦ green 109 ◦ blue 138

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

Shades of Charm #D86D8A

Tints of Charm #D86D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.81%

R = 46.65%
G = 23.54%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D86D8A (or 0xD86D8A) is known color: Charm. HEX triplet: D8, 6D and 8A. RGB value is (216,109,138). Sum of RGB (Red+Green+Blue) = 216+109+138=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86D8A is #279275. Grayscale: #909090. Windows color (decimal): -2593398 or 9072088. OLE color: 9072088.

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

Color convert

RGB 216 109 138 -
CMYK 0 0.50 0.36 0.15
HSL 343.74º 0.58% 0.64% -
HSV(B) 343.74º 0.5% 0.85% -
XYZ 38.37 27.37 27.31 -
YUV 144.3 124.45 179.14 -
System Red Green Blue C M Y K H S L
Decimal 216 109 138 0 0.50 0.36 0.15 343.74 0.58 0.64
Hex D8 6D 8A 0 32 24 F 158 3A 40
Octal 330 155 212 0 62 44 17 530 72 100
Binary 11011000 1101101 10001010 0 110010 100100 1111 101011000 111010 1000000

Color Harmonies of #D86D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D8A

Black with #D86D8A

Text Example


Text Example

White with #D86D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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