#D579A1

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

Shades of Pale Violet Red #D579A1

Tints of Pale Violet Red #D579A1

Color information

#D579A1 (or 0xD579A1) is unknown color: approx Pale Violet Red. HEX triplet: D5, 79 and A1. RGB value is (213,121,161). Sum of RGB (Red+Green+Blue) = 213+121+161=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D579A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D579A1 is #2A865E. Grayscale: #999999. Windows color (decimal): -2786911 or 10582485. OLE color: 10582485.

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

Color convert

RGB213121161-
CMYK00.430.240.16
HSL333.91º52.27%65.49%-
HSV(B)333.91º43.19%83.53%-
XYZ40.7130.3937.44-
YUV153.07132.48170.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 121 (47.66% from 255) = 24.44%
BLUE value IS 161 (63.28% from 255) = 32.53%
R=43.03%
G=24.44%
B=32.53%

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
Decimal21312116100.430.240.16333.9152.2765.49
HexD579A102B181014e3441
Octal325171241053302051664101
Binary11010101111100110100001010101111000100001010011101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D579A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D579A1; }

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

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

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

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

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

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

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

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