Html Css Color HEX #D86997 Pale Violet Red

📋 copy color: '#D86997'

red 216 ◦ green 105 ◦ blue 151

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

Shades of Pale Violet Red #D86997

Tints of Pale Violet Red #D86997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.99%

R = 45.76%
G = 22.25%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D86997 (or 0xD86997) is known color: Pale Violet Red. HEX triplet: D8, 69 and 97. RGB value is (216,105,151). Sum of RGB (Red+Green+Blue) = 216+105+151=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D86997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86997 is #279668. Grayscale: #8F8F8F. Windows color (decimal): -2594409 or 9923032. OLE color: 9923032.

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

Color convert

RGB 216 105 151 -
CMYK 0 0.51 0.30 0.15
HSL 335.14º 0.59% 0.63% -
HSV(B) 335.14º 0.51% 0.85% -
XYZ 38.96 26.94 32.42 -
YUV 143.43 132.27 179.76 -
System Red Green Blue C M Y K H S L
Decimal 216 105 151 0 0.51 0.30 0.15 335.14 0.59 0.63
Hex D8 69 97 0 33 1E F 14F 3B 3F
Octal 330 151 227 0 63 36 17 517 73 77
Binary 11011000 1101001 10010111 0 110011 11110 1111 101001111 111011 111111

Color Harmonies of #D86997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86997

Black with #D86997

Text Example


Text Example

White with #D86997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86997; }

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

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

background-color css

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

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

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

border-color css

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

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

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