#D876A4

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

Shades of Pale Violet Red #D876A4

Tints of Pale Violet Red #D876A4

Color information

#D876A4 (or 0xD876A4) is unknown color: approx Pale Violet Red. HEX triplet: D8, 76 and A4. RGB value is (216,118,164). Sum of RGB (Red+Green+Blue) = 216+118+164=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D876A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D876A4 is #27895B. Grayscale: #989898. Windows color (decimal): -2591068 or 10778328. OLE color: 10778328.

HSL color Cylindrical-coordinate representation of color #D876A4: hue angle of 331.84º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D876A4 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB216118164-
CMYK00.450.240.15
HSL331.84º55.68%65.49%-
HSV(B)331.84º45.37%84.71%-
XYZ41.530.2438.77-
YUV152.55134.47173.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.37%
GREEN value IS 118 (46.48% from 255) = 23.69%
BLUE value IS 164 (64.45% from 255) = 32.93%
R=43.37%
G=23.69%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611816400.450.240.15331.8455.6865.49
HexD876A402D18F14c3841
Octal330166244055301751470101
Binary1101100011101101010010001011011100011111010011001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D876A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D876A4; }

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

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

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

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

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

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

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

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