#D579A2

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

Shades of Pale Violet Red #D579A2

Tints of Pale Violet Red #D579A2

Color information

#D579A2 (or 0xD579A2) is unknown color: approx Pale Violet Red. HEX triplet: D5, 79 and A2. RGB value is (213,121,162). Sum of RGB (Red+Green+Blue) = 213+121+162=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 162 (63.67% from 255 or 32.66% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D579A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D579A2 is #2A865D. Grayscale: #999999. Windows color (decimal): -2786910 or 10648021. OLE color: 10648021.

HSL color Cylindrical-coordinate representation of color #D579A2: hue angle of 333.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D579A2 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB213121162-
CMYK00.430.240.16
HSL333.26º52.27%65.49%-
HSV(B)333.26º43.19%83.53%-
XYZ40.830.4337.91-
YUV153.18132.98170.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.94%
GREEN value IS 121 (47.66% from 255) = 24.40%
BLUE value IS 162 (63.67% from 255) = 32.66%
R=42.94%
G=24.40%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312116200.430.240.16333.2652.2765.49
HexD579A202B181014d3441
Octal325171242053302051564101
Binary11010101111100110100010010101111000100001010011011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D579A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D579A2; }

 p { color: rgb(213,121,162); }

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

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

 a { background-color: rgb(213,121,162); }

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

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

 span { border-color: rgb(213,121,162); }

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