#D86FA0

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

Shades of Pale Violet Red #D86FA0

Tints of Pale Violet Red #D86FA0

Color information

#D86FA0 (or 0xD86FA0) is unknown color: approx Pale Violet Red. HEX triplet: D8, 6F and A0. RGB value is (216,111,160). Sum of RGB (Red+Green+Blue) = 216+111+160=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86FA0 is #27905F. Grayscale: #939393. Windows color (decimal): -2592864 or 10514392. OLE color: 10514392.

HSL color Cylindrical-coordinate representation of color #D86FA0: hue angle of 332º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D86FA0 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB216111160-
CMYK00.490.260.15
HSL332º57.38%64.12%-
HSV(B)332º48.61%84.71%-
XYZ40.3528.5136.63-
YUV147.98134.79176.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.35%
GREEN value IS 111 (43.75% from 255) = 22.79%
BLUE value IS 160 (62.89% from 255) = 32.85%
R=44.35%
G=22.79%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611116000.490.260.1533257.3864.12
HexD86FA00311AF14c3940
Octal330157240061321751471100
Binary1101100011011111010000001100011101011111010011001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86FA0; }

 p { color: rgb(216,111,160); }

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

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

 a { background-color: rgb(216,111,160); }

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

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

 span { border-color: rgb(216,111,160); }

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