Html Css Color HEX #D86896 Pale Violet Red

📋 copy color: '#D86896'

red 216 ◦ green 104 ◦ blue 150

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

Shades of Pale Violet Red #D86896

Tints of Pale Violet Red #D86896

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.13%

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

R = 45.96%
G = 22.13%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D86896 (or 0xD86896) is known color: Pale Violet Red. HEX triplet: D8, 68 and 96. RGB value is (216,104,150). Sum of RGB (Red+Green+Blue) = 216+104+150=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D86896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86896 is #279769. Grayscale: #8E8E8E. Windows color (decimal): -2594666 or 9857240. OLE color: 9857240.

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

Color convert

RGB 216 104 150 -
CMYK 0 0.52 0.31 0.15
HSL 335.36º 0.59% 0.63% -
HSV(B) 335.36º 0.52% 0.85% -
XYZ 38.77 26.7 31.96 -
YUV 142.73 132.11 180.26 -
System Red Green Blue C M Y K H S L
Decimal 216 104 150 0 0.52 0.31 0.15 335.36 0.59 0.63
Hex D8 68 96 0 34 1F F 14F 3B 3F
Octal 330 150 226 0 64 37 17 517 73 77
Binary 11011000 1101000 10010110 0 110100 11111 1111 101001111 111011 111111

Color Harmonies of #D86896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86896

Black with #D86896

Text Example


Text Example

White with #D86896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86896; }

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

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

background-color css

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

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

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

border-color css

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

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

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