Html Css Color HEX #D86A96 Pale Violet Red

📋 copy color: '#D86A96'

red 216 ◦ green 106 ◦ blue 150

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

Shades of Pale Violet Red #D86A96

Tints of Pale Violet Red #D86A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.78%

R = 45.76%
G = 22.46%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D86A96 (or 0xD86A96) is known color: Pale Violet Red. HEX triplet: D8, 6A and 96. RGB value is (216,106,150). Sum of RGB (Red+Green+Blue) = 216+106+150=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D86A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86A96 is #279569. Grayscale: #8F8F8F. Windows color (decimal): -2594154 or 9857752. OLE color: 9857752.

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

Color convert

RGB 216 106 150 -
CMYK 0 0.51 0.31 0.15
HSL 336º 0.59% 0.63% -
HSV(B) 336º 0.51% 0.85% -
XYZ 38.98 27.11 32.03 -
YUV 143.91 131.44 179.42 -
System Red Green Blue C M Y K H S L
Decimal 216 106 150 0 0.51 0.31 0.15 336 0.59 0.63
Hex D8 6A 96 0 33 1F F 150 3B 3F
Octal 330 152 226 0 63 37 17 520 73 77
Binary 11011000 1101010 10010110 0 110011 11111 1111 101010000 111011 111111

Color Harmonies of #D86A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86A96

Black with #D86A96

Text Example


Text Example

White with #D86A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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