#D87DA6

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

Shades of Pale Violet Red #D87DA6

Tints of Pale Violet Red #D87DA6

Color information

#D87DA6 (or 0xD87DA6) is unknown color: approx Pale Violet Red. HEX triplet: D8, 7D and A6. RGB value is (216,125,166). Sum of RGB (Red+Green+Blue) = 216+125+166=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87DA6 is #278259. Grayscale: #9C9C9C. Windows color (decimal): -2589274 or 10911192. OLE color: 10911192.

HSL color Cylindrical-coordinate representation of color #D87DA6: hue angle of 332.97º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D87DA6 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB216125166-
CMYK00.420.230.15
HSL332.97º53.85%66.86%-
HSV(B)332.97º42.13%84.71%-
XYZ42.5432.0240.01-
YUV156.88133.15170.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.60%
GREEN value IS 125 (49.22% from 255) = 24.65%
BLUE value IS 166 (65.23% from 255) = 32.74%
R=42.60%
G=24.65%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612516600.420.230.15332.9753.8566.86
HexD87DA602A17F14d3643
Octal330175246052271751566103
Binary1101100011111011010011001010101011111111010011011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87DA6; }

 p { color: rgb(216,125,166); }

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

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

 a { background-color: rgb(216,125,166); }

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

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

 span { border-color: rgb(216,125,166); }

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