Html Css Color HEX #D579A0 Pale Violet Red

📋 copy color: '#D579A0'

red 213 ◦ green 121 ◦ blue 160

#D579A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #D579A0

Tints of Pale Violet Red #D579A0

RGB

 RED value IS 213 (83.59% from 255) = 43.12%

 GREEN value IS 121 (47.66% from 255) = 24.49%

 BLUE value IS 160 (62.89% from 255) = 32.39%

R = 43.12%
G = 24.49%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D579A0 (or 0xD579A0) is known color: Pale Violet Red. HEX triplet: D5, 79 and A0. RGB value is (213,121,160). Sum of RGB (Red+Green+Blue) = 213+121+160=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D579A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D579A0 is #2A865F. Grayscale: #989898. Windows color (decimal): -2786912 or 10516949. OLE color: 10516949.

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

Color convert

RGB 213 121 160 -
CMYK 0 0.43 0.25 0.16
HSL 334.57º 0.52% 0.65% -
HSV(B) 334.57º 0.43% 0.84% -
XYZ 40.62 30.36 36.98 -
YUV 152.95 131.98 170.83 -
System Red Green Blue C M Y K H S L
Decimal 213 121 160 0 0.43 0.25 0.16 334.57 0.52 0.65
Hex D5 79 A0 0 2B 19 10 14F 34 41
Octal 325 171 240 0 53 31 20 517 64 101
Binary 11010101 1111001 10100000 0 101011 11001 10000 101001111 110100 1000001

Color Harmonies of #D579A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D579A0

Black with #D579A0

Text Example


Text Example

White with #D579A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D579A0; }

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

 H1.HeaderClassName
 {
   color: #D579A0;
 }
 .AnyTagClassName
 {
   color: #D579A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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