Html Css Color HEX #D57AA2 Pale Violet Red

📋 copy color: '#D57AA2'

red 213 ◦ green 122 ◦ blue 162

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

Shades of Pale Violet Red #D57AA2

Tints of Pale Violet Red #D57AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.6%

R = 42.86%
G = 24.55%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D57AA2 (or 0xD57AA2) is known color: Pale Violet Red. HEX triplet: D5, 7A and A2. RGB value is (213,122,162). Sum of RGB (Red+Green+Blue) = 213+122+162=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D57AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57AA2 is #2A855D. Grayscale: #999999. Windows color (decimal): -2786654 or 10648277. OLE color: 10648277.

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

Color convert

RGB 213 122 162 -
CMYK 0 0.43 0.24 0.16
HSL 333.63º 0.52% 0.66% -
HSV(B) 333.63º 0.43% 0.84% -
XYZ 40.92 30.67 37.95 -
YUV 153.77 132.65 170.25 -
System Red Green Blue C M Y K H S L
Decimal 213 122 162 0 0.43 0.24 0.16 333.63 0.52 0.66
Hex D5 7A A2 0 2B 18 10 14E 34 42
Octal 325 172 242 0 53 30 20 516 64 102
Binary 11010101 1111010 10100010 0 101011 11000 10000 101001110 110100 1000010

Color Harmonies of #D57AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57AA2

Black with #D57AA2

Text Example


Text Example

White with #D57AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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