#D86C99

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

Shades of Pale Violet Red #D86C99

Tints of Pale Violet Red #D86C99

Color information

#D86C99 (or 0xD86C99) is unknown color: approx Pale Violet Red. HEX triplet: D8, 6C and 99. RGB value is (216,108,153). Sum of RGB (Red+Green+Blue) = 216+108+153=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86C99 is #279366. Grayscale: #919191. Windows color (decimal): -2593639 or 10054872. OLE color: 10054872.

HSL color Cylindrical-coordinate representation of color #D86C99: hue angle of 335º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86C99 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB216108153-
CMYK00.500.290.15
HSL335º58.06%63.53%-
HSV(B)335º50%84.71%-
XYZ39.4327.6233.39-
YUV145.42132.28178.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.28%
GREEN value IS 108 (42.58% from 255) = 22.64%
BLUE value IS 153 (60.16% from 255) = 32.08%
R=45.28%
G=22.64%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610815300.500.290.1533558.0663.53
HexD86C990321DF14f3a40
Octal330154231062351751772100
Binary1101100011011001001100101100101110111111010011111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86C99; }

 p { color: rgb(216,108,153); }

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

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

 a { background-color: rgb(216,108,153); }

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

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

 span { border-color: rgb(216,108,153); }

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