Html Css Color HEX #D86D99 Pale Violet Red

📋 copy color: '#D86D99'

red 216 ◦ green 109 ◦ blue 153

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

Shades of Pale Violet Red #D86D99

Tints of Pale Violet Red #D86D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.01%

R = 45.19%
G = 22.8%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D86D99 (or 0xD86D99) is known color: Pale Violet Red. HEX triplet: D8, 6D and 99. RGB value is (216,109,153). Sum of RGB (Red+Green+Blue) = 216+109+153=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86D99 is #279266. Grayscale: #919191. Windows color (decimal): -2593383 or 10055128. OLE color: 10055128.

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

Color convert

RGB 216 109 153 -
CMYK 0 0.50 0.29 0.15
HSL 335.33º 0.58% 0.64% -
HSV(B) 335.33º 0.5% 0.85% -
XYZ 39.54 27.84 33.43 -
YUV 146.01 131.95 177.92 -
System Red Green Blue C M Y K H S L
Decimal 216 109 153 0 0.50 0.29 0.15 335.33 0.58 0.64
Hex D8 6D 99 0 32 1D F 14F 3A 40
Octal 330 155 231 0 62 35 17 517 72 100
Binary 11011000 1101101 10011001 0 110010 11101 1111 101001111 111010 1000000

Color Harmonies of #D86D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D99

Black with #D86D99

Text Example


Text Example

White with #D86D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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