#D86F8C

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

Shades of Pale Violet Red #D86F8C

Tints of Pale Violet Red #D86F8C

Color information

#D86F8C (or 0xD86F8C) is unknown color: approx Pale Violet Red. HEX triplet: D8, 6F and 8C. RGB value is (216,111,140). Sum of RGB (Red+Green+Blue) = 216+111+140=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86F8C is #279073. Grayscale: #919191. Windows color (decimal): -2592884 or 9203672. OLE color: 9203672.

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

Color convert

RGB216111140-
CMYK00.490.350.15
HSL343.43º57.38%64.12%-
HSV(B)343.43º48.61%84.71%-
XYZ38.7427.8628.15-
YUV145.7124.79178.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.25%
GREEN value IS 111 (43.75% from 255) = 23.77%
BLUE value IS 140 (55.08% from 255) = 29.98%
R=46.25%
G=23.77%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611114000.490.350.15343.4357.3864.12
HexD86F8C03123F1573940
Octal330157214061431752771100
Binary11011000110111110001100011000110001111111010101111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86F8C; }

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

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

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

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

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

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

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

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