#D86D98

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

Shades of Pale Violet Red #D86D98

Tints of Pale Violet Red #D86D98

Color information

#D86D98 (or 0xD86D98) is unknown color: approx Pale Violet Red. HEX triplet: D8, 6D and 98. RGB value is (216,109,152). Sum of RGB (Red+Green+Blue) = 216+109+152=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86D98 is #279267. Grayscale: #919191. Windows color (decimal): -2593384 or 9989592. OLE color: 9989592.

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

Color convert

RGB216109152-
CMYK00.500.300.15
HSL335.89º57.84%63.73%-
HSV(B)335.89º49.54%84.71%-
XYZ39.4627.832.99-
YUV145.9131.45178-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.28%
GREEN value IS 109 (42.97% from 255) = 22.85%
BLUE value IS 152 (59.77% from 255) = 31.87%
R=45.28%
G=22.85%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610915200.500.300.15335.8957.8463.73
HexD86D980321EF1503a40
Octal330155230062361752072100
Binary1101100011011011001100001100101111011111010100001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86D98; }

 p { color: rgb(216,109,152); }

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

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

 a { background-color: rgb(216,109,152); }

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

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

 span { border-color: rgb(216,109,152); }

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