Html Css Color HEX #D86D9D Pale Violet Red

📋 copy color: '#D86D9D'

red 216 ◦ green 109 ◦ blue 157

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

Shades of Pale Violet Red #D86D9D

Tints of Pale Violet Red #D86D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 32.57%

R = 44.81%
G = 22.61%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D86D9D (or 0xD86D9D) is known color: Pale Violet Red. HEX triplet: D8, 6D and 9D. RGB value is (216,109,157). Sum of RGB (Red+Green+Blue) = 216+109+157=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86D9D is #279262. Grayscale: #929292. Windows color (decimal): -2593379 or 10317272. OLE color: 10317272.

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

Color convert

RGB 216 109 157 -
CMYK 0 0.50 0.27 0.15
HSL 333.08º 0.58% 0.64% -
HSV(B) 333.08º 0.5% 0.85% -
XYZ 39.87 27.97 35.2 -
YUV 146.47 133.95 177.6 -
System Red Green Blue C M Y K H S L
Decimal 216 109 157 0 0.50 0.27 0.15 333.08 0.58 0.64
Hex D8 6D 9D 0 32 1B F 14D 3A 40
Octal 330 155 235 0 62 33 17 515 72 100
Binary 11011000 1101101 10011101 0 110010 11011 1111 101001101 111010 1000000

Color Harmonies of #D86D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D9D

Black with #D86D9D

Text Example


Text Example

White with #D86D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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