#D86989

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

Shades of Pale Violet Red #D86989

Tints of Pale Violet Red #D86989

Color information

#D86989 (or 0xD86989) is unknown color: approx Pale Violet Red. HEX triplet: D8, 69 and 89. RGB value is (216,105,137). Sum of RGB (Red+Green+Blue) = 216+105+137=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D86989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86989 is #279676. Grayscale: #8D8D8D. Windows color (decimal): -2594423 or 9005528. OLE color: 9005528.

HSL color Cylindrical-coordinate representation of color #D86989: hue angle of 342.7º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86989 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB216105137-
CMYK00.510.370.15
HSL342.7º58.73%62.94%-
HSV(B)342.7º51.39%84.71%-
XYZ37.8926.5126.79-
YUV141.84125.27180.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.16%
GREEN value IS 105 (41.41% from 255) = 22.93%
BLUE value IS 137 (53.91% from 255) = 29.91%
R=47.16%
G=22.93%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610513700.510.370.15342.758.7362.94
HexD8698903325F1573b3f
Octal33015121106345175277377
Binary1101100011010011000100101100111001011111101010111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86989; }

 p { color: rgb(216,105,137); }

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

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

 a { background-color: rgb(216,105,137); }

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

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

 span { border-color: rgb(216,105,137); }

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