#D87DA4

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

Shades of Pale Violet Red #D87DA4

Tints of Pale Violet Red #D87DA4

Color information

#D87DA4 (or 0xD87DA4) is unknown color: approx Pale Violet Red. HEX triplet: D8, 7D and A4. RGB value is (216,125,164). Sum of RGB (Red+Green+Blue) = 216+125+164=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D87DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87DA4 is #27825B. Grayscale: #9C9C9C. Windows color (decimal): -2589276 or 10780120. OLE color: 10780120.

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

Color convert

RGB216125164-
CMYK00.420.240.15
HSL334.29º53.85%66.86%-
HSV(B)334.29º42.13%84.71%-
XYZ42.3531.9539.06-
YUV156.66132.15170.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.77%
GREEN value IS 125 (49.22% from 255) = 24.75%
BLUE value IS 164 (64.45% from 255) = 32.48%
R=42.77%
G=24.75%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612516400.420.240.15334.2953.8566.86
HexD87DA402A18F14e3643
Octal330175244052301751666103
Binary1101100011111011010010001010101100011111010011101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87DA4; }

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

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

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

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

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

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

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

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