#D873A0

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

Shades of Pale Violet Red #D873A0

Tints of Pale Violet Red #D873A0

Color information

#D873A0 (or 0xD873A0) is unknown color: approx Pale Violet Red. HEX triplet: D8, 73 and A0. RGB value is (216,115,160). Sum of RGB (Red+Green+Blue) = 216+115+160=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D873A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D873A0 is #278C5F. Grayscale: #969696. Windows color (decimal): -2591840 or 10515416. OLE color: 10515416.

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

Color convert

RGB216115160-
CMYK00.470.260.15
HSL333.27º56.42%64.9%-
HSV(B)333.27º46.76%84.71%-
XYZ40.7929.436.78-
YUV150.33133.46174.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.99%
GREEN value IS 115 (45.31% from 255) = 23.42%
BLUE value IS 160 (62.89% from 255) = 32.59%
R=43.99%
G=23.42%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611516000.470.260.15333.2756.4264.9
HexD873A002F1AF14d3841
Octal330163240057321751570101
Binary1101100011100111010000001011111101011111010011011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D873A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D873A0; }

 p { color: rgb(216,115,160); }

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

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

 a { background-color: rgb(216,115,160); }

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

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

 span { border-color: rgb(216,115,160); }

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