Html Css Color HEX #D57197 Pale Violet Red

📋 copy color: '#D57197'

red 213 ◦ green 113 ◦ blue 151

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

Shades of Pale Violet Red #D57197

Tints of Pale Violet Red #D57197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.69%

 BLUE value IS 151 (59.38% from 255) = 31.66%

R = 44.65%
G = 23.69%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D57197 (or 0xD57197) is known color: Pale Violet Red. HEX triplet: D5, 71 and 97. RGB value is (213,113,151). Sum of RGB (Red+Green+Blue) = 213+113+151=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D57197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57197 is #2A8E68. Grayscale: #939393. Windows color (decimal): -2788969 or 9925077. OLE color: 9925077.

HSL color Cylindrical-coordinate representation of color #D57197: hue angle of 337.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D57197 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 113 151 -
CMYK 0 0.47 0.29 0.16
HSL 337.2º 0.54% 0.64% -
HSV(B) 337.2º 0.47% 0.84% -
XYZ 38.93 28.19 32.67 -
YUV 147.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 213 113 151 0 0.47 0.29 0.16 337.2 0.54 0.64
Hex D5 71 97 0 2F 1D 10 151 36 40
Octal 325 161 227 0 57 35 20 521 66 100
Binary 11010101 1110001 10010111 0 101111 11101 10000 101010001 110110 1000000

Color Harmonies of #D57197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57197

Black with #D57197

Text Example


Text Example

White with #D57197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57197; }

 p { color: rgb(213,113,151); }

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

background-color css

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

 a { background-color: rgb(213,113,151); }

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

border-color css

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

 span { border-color: rgb(213,113,151); }

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