#D86F9C

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

Shades of Pale Violet Red #D86F9C

Tints of Pale Violet Red #D86F9C

Color information

#D86F9C (or 0xD86F9C) is unknown color: approx Pale Violet Red. HEX triplet: D8, 6F and 9C. RGB value is (216,111,156). Sum of RGB (Red+Green+Blue) = 216+111+156=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86F9C is #279063. Grayscale: #939393. Windows color (decimal): -2592868 or 10252248. OLE color: 10252248.

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

Color convert

RGB216111156-
CMYK00.490.280.15
HSL334.29º57.38%64.12%-
HSV(B)334.29º48.61%84.71%-
XYZ4028.3734.82-
YUV147.52132.79176.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.72%
GREEN value IS 111 (43.75% from 255) = 22.98%
BLUE value IS 156 (61.33% from 255) = 32.30%
R=44.72%
G=22.98%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611115600.490.280.15334.2957.3864.12
HexD86F9C0311CF14e3940
Octal330157234061341751671100
Binary1101100011011111001110001100011110011111010011101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86F9C; }

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

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

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

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

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

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

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

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