Html Css Color HEX #D57A9A Pale Violet Red

📋 copy color: '#D57A9A'

red 213 ◦ green 122 ◦ blue 154

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

Shades of Pale Violet Red #D57A9A

Tints of Pale Violet Red #D57A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.49%

R = 43.56%
G = 24.95%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D57A9A (or 0xD57A9A) is known color: Pale Violet Red. HEX triplet: D5, 7A and 9A. RGB value is (213,122,154). Sum of RGB (Red+Green+Blue) = 213+122+154=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57A9A is #2A8565. Grayscale: #989898. Windows color (decimal): -2786662 or 10123989. OLE color: 10123989.

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

Color convert

RGB 213 122 154 -
CMYK 0 0.43 0.28 0.16
HSL 338.9º 0.52% 0.66% -
HSV(B) 338.9º 0.43% 0.84% -
XYZ 40.23 30.4 34.32 -
YUV 152.86 128.65 170.9 -
System Red Green Blue C M Y K H S L
Decimal 213 122 154 0 0.43 0.28 0.16 338.9 0.52 0.66
Hex D5 7A 9A 0 2B 1C 10 153 34 42
Octal 325 172 232 0 53 34 20 523 64 102
Binary 11010101 1111010 10011010 0 101011 11100 10000 101010011 110100 1000010

Color Harmonies of #D57A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57A9A

Black with #D57A9A

Text Example


Text Example

White with #D57A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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