Html Css Color HEX #D57199 Pale Violet Red

📋 copy color: '#D57199'

red 213 ◦ green 113 ◦ blue 153

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

Shades of Pale Violet Red #D57199

Tints of Pale Violet Red #D57199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.94%

R = 44.47%
G = 23.59%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D57199 (or 0xD57199) is known color: Pale Violet Red. HEX triplet: D5, 71 and 99. RGB value is (213,113,153). Sum of RGB (Red+Green+Blue) = 213+113+153=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D57199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57199 is #2A8E66. Grayscale: #939393. Windows color (decimal): -2788967 or 10056149. OLE color: 10056149.

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

Color convert

RGB 213 113 153 -
CMYK 0 0.47 0.28 0.16
HSL 336º 0.54% 0.64% -
HSV(B) 336º 0.47% 0.84% -
XYZ 39.1 28.26 33.53 -
YUV 147.46 131.13 174.75 -
System Red Green Blue C M Y K H S L
Decimal 213 113 153 0 0.47 0.28 0.16 336 0.54 0.64
Hex D5 71 99 0 2F 1C 10 150 36 40
Octal 325 161 231 0 57 34 20 520 66 100
Binary 11010101 1110001 10011001 0 101111 11100 10000 101010000 110110 1000000

Color Harmonies of #D57199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57199

Black with #D57199

Text Example


Text Example

White with #D57199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57199; }

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

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

background-color css

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

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

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

border-color css

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

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

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