Html Css Color HEX #D86995 Pale Violet Red

📋 copy color: '#D86995'

red 216 ◦ green 105 ◦ blue 149

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

Shades of Pale Violet Red #D86995

Tints of Pale Violet Red #D86995

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.34%

 BLUE value IS 149 (58.59% from 255) = 31.7%

R = 45.96%
G = 22.34%
B = 31.7%

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

#D86995 (or 0xD86995) is known color: Pale Violet Red. HEX triplet: D8, 69 and 95. RGB value is (216,105,149). Sum of RGB (Red+Green+Blue) = 216+105+149=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D86995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86995 is #27966A. Grayscale: #8F8F8F. Windows color (decimal): -2594411 or 9791960. OLE color: 9791960.

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

Color convert

RGB 216 105 149 -
CMYK 0 0.51 0.31 0.15
HSL 336.22º 0.59% 0.63% -
HSV(B) 336.22º 0.51% 0.85% -
XYZ 38.8 26.87 31.58 -
YUV 143.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 216 105 149 0 0.51 0.31 0.15 336.22 0.59 0.63
Hex D8 69 95 0 33 1F F 150 3B 3F
Octal 330 151 225 0 63 37 17 520 73 77
Binary 11011000 1101001 10010101 0 110011 11111 1111 101010000 111011 111111

Color Harmonies of #D86995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86995

Black with #D86995

Text Example


Text Example

White with #D86995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86995; }

 p { color: rgb(216,105,149); }

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

background-color css

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

 a { background-color: rgb(216,105,149); }

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

border-color css

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

 span { border-color: rgb(216,105,149); }

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