Html Css Color HEX #D57AA0 Pale Violet Red

📋 copy color: '#D57AA0'

red 213 ◦ green 122 ◦ blue 160

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

Shades of Pale Violet Red #D57AA0

Tints of Pale Violet Red #D57AA0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.65%

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

R = 43.03%
G = 24.65%
B = 32.32%

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

#D57AA0 (or 0xD57AA0) is known color: Pale Violet Red. HEX triplet: D5, 7A and A0. RGB value is (213,122,160). Sum of RGB (Red+Green+Blue) = 213+122+160=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D57AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57AA0 is #2A855F. Grayscale: #999999. Windows color (decimal): -2786656 or 10517205. OLE color: 10517205.

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

Color convert

RGB 213 122 160 -
CMYK 0 0.43 0.25 0.16
HSL 334.95º 0.52% 0.66% -
HSV(B) 334.95º 0.43% 0.84% -
XYZ 40.75 30.6 37.02 -
YUV 153.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 213 122 160 0 0.43 0.25 0.16 334.95 0.52 0.66
Hex D5 7A A0 0 2B 19 10 14F 34 42
Octal 325 172 240 0 53 31 20 517 64 102
Binary 11010101 1111010 10100000 0 101011 11001 10000 101001111 110100 1000010

Color Harmonies of #D57AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57AA0

Black with #D57AA0

Text Example


Text Example

White with #D57AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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