Html Css Color HEX #D86A99 Pale Violet Red

📋 copy color: '#D86A99'

red 216 ◦ green 106 ◦ blue 153

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

Shades of Pale Violet Red #D86A99

Tints of Pale Violet Red #D86A99

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.32%

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

R = 45.47%
G = 22.32%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D86A99 (or 0xD86A99) is known color: Pale Violet Red. HEX triplet: D8, 6A and 99. RGB value is (216,106,153). Sum of RGB (Red+Green+Blue) = 216+106+153=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86A99 is #279566. Grayscale: #909090. Windows color (decimal): -2594151 or 10054360. OLE color: 10054360.

HSL color Cylindrical-coordinate representation of color #D86A99: hue angle of 334.36º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86A99 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 106 153 -
CMYK 0 0.51 0.29 0.15
HSL 334.36º 0.59% 0.63% -
HSV(B) 334.36º 0.51% 0.85% -
XYZ 39.22 27.21 33.32 -
YUV 144.25 132.94 179.18 -
System Red Green Blue C M Y K H S L
Decimal 216 106 153 0 0.51 0.29 0.15 334.36 0.59 0.63
Hex D8 6A 99 0 33 1D F 14E 3B 3F
Octal 330 152 231 0 63 35 17 516 73 77
Binary 11011000 1101010 10011001 0 110011 11101 1111 101001110 111011 111111

Color Harmonies of #D86A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86A99

Black with #D86A99

Text Example


Text Example

White with #D86A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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