Html Css Color HEX #D57AA3 Pale Violet Red

📋 copy color: '#D57AA3'

red 213 ◦ green 122 ◦ blue 163

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

Shades of Pale Violet Red #D57AA3

Tints of Pale Violet Red #D57AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.73%

R = 42.77%
G = 24.5%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D57AA3 (or 0xD57AA3) is known color: Pale Violet Red. HEX triplet: D5, 7A and A3. RGB value is (213,122,163). Sum of RGB (Red+Green+Blue) = 213+122+163=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D57AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57AA3 is #2A855C. Grayscale: #999999. Windows color (decimal): -2786653 or 10713813. OLE color: 10713813.

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

Color convert

RGB 213 122 163 -
CMYK 0 0.43 0.23 0.16
HSL 332.97º 0.52% 0.66% -
HSV(B) 332.97º 0.43% 0.84% -
XYZ 41.01 30.71 38.42 -
YUV 153.88 133.15 170.17 -
System Red Green Blue C M Y K H S L
Decimal 213 122 163 0 0.43 0.23 0.16 332.97 0.52 0.66
Hex D5 7A A3 0 2B 17 10 14D 34 42
Octal 325 172 243 0 53 27 20 515 64 102
Binary 11010101 1111010 10100011 0 101011 10111 10000 101001101 110100 1000010

Color Harmonies of #D57AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57AA3

Black with #D57AA3

Text Example


Text Example

White with #D57AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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