#D86FA1

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

Shades of Pale Violet Red #D86FA1

Tints of Pale Violet Red #D86FA1

Color information

#D86FA1 (or 0xD86FA1) is unknown color: approx Pale Violet Red. HEX triplet: D8, 6F and A1. RGB value is (216,111,161). Sum of RGB (Red+Green+Blue) = 216+111+161=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86FA1 is #27905E. Grayscale: #949494. Windows color (decimal): -2592863 or 10579928. OLE color: 10579928.

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

Color convert

RGB216111161-
CMYK00.490.250.15
HSL331.43º57.38%64.12%-
HSV(B)331.43º48.61%84.71%-
XYZ40.4428.5437.1-
YUV148.09135.29176.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.26%
GREEN value IS 111 (43.75% from 255) = 22.75%
BLUE value IS 161 (63.28% from 255) = 32.99%
R=44.26%
G=22.75%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611116100.490.250.15331.4357.3864.12
HexD86FA103119F14b3940
Octal330157241061311751371100
Binary1101100011011111010000101100011100111111010010111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86FA1; }

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

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

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

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

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

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

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

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