Html Css Color HEX #D577A0 Pale Violet Red

📋 copy color: '#D577A0'

red 213 ◦ green 119 ◦ blue 160

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

Shades of Pale Violet Red #D577A0

Tints of Pale Violet Red #D577A0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.19%

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

R = 43.29%
G = 24.19%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D577A0 (or 0xD577A0) is known color: Pale Violet Red. HEX triplet: D5, 77 and A0. RGB value is (213,119,160). Sum of RGB (Red+Green+Blue) = 213+119+160=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 160 (62.89% from 255 or 32.52% from 492); Max value from RGB is 213 - color contains mainly: red. Hex color #D577A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D577A0 is #2A885F. Grayscale: #979797. Windows color (decimal): -2787424 or 10516437. OLE color: 10516437.

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

Color convert

RGB 213 119 160 -
CMYK 0 0.44 0.25 0.16
HSL 333.83º 0.53% 0.65% -
HSV(B) 333.83º 0.44% 0.84% -
XYZ 40.38 29.88 36.9 -
YUV 151.78 132.64 171.67 -
System Red Green Blue C M Y K H S L
Decimal 213 119 160 0 0.44 0.25 0.16 333.83 0.53 0.65
Hex D5 77 A0 0 2C 19 10 14E 35 41
Octal 325 167 240 0 54 31 20 516 65 101
Binary 11010101 1110111 10100000 0 101100 11001 10000 101001110 110101 1000001

Color Harmonies of #D577A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D577A0

Black with #D577A0

Text Example


Text Example

White with #D577A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D577A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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