#D86993

Color #D86993 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #D86993

Tints of Pale Violet Red #D86993

Color information

#D86993 (or 0xD86993) is unknown color: approx Pale Violet Red. HEX triplet: D8, 69 and 93. RGB value is (216,105,147). Sum of RGB (Red+Green+Blue) = 216+105+147=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D86993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86993 is #27966C. Grayscale: #8E8E8E. Windows color (decimal): -2594413 or 9660888. OLE color: 9660888.

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

Color convert

RGB216105147-
CMYK00.510.320.15
HSL337.3º58.73%62.94%-
HSV(B)337.3º51.39%84.71%-
XYZ38.6426.8130.74-
YUV142.98130.27180.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.15%
GREEN value IS 105 (41.41% from 255) = 22.44%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=46.15%
G=22.44%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610514700.510.320.15337.358.7362.94
HexD8699303320F1513b3f
Octal33015122306340175217377
Binary1101100011010011001001101100111000001111101010001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86993; }

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

 H1.HeaderClassName
 {
   color: #D86993;
 }
 .AnyTagClassName
 {
   color: #D86993;
 }
</style>
background-color css

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

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

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

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

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

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