Html Css Color HEX #D57499 Pale Violet Red

📋 copy color: '#D57499'

red 213 ◦ green 116 ◦ blue 153

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

Shades of Pale Violet Red #D57499

Tints of Pale Violet Red #D57499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.07%

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

R = 44.19%
G = 24.07%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D57499 (or 0xD57499) is known color: Pale Violet Red. HEX triplet: D5, 74 and 99. RGB value is (213,116,153). Sum of RGB (Red+Green+Blue) = 213+116+153=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D57499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57499 is #2A8B66. Grayscale: #959595. Windows color (decimal): -2788199 or 10056917. OLE color: 10056917.

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

Color convert

RGB 213 116 153 -
CMYK 0 0.46 0.28 0.16
HSL 337.11º 0.54% 0.65% -
HSV(B) 337.11º 0.46% 0.84% -
XYZ 39.44 28.94 33.64 -
YUV 149.22 130.14 173.49 -
System Red Green Blue C M Y K H S L
Decimal 213 116 153 0 0.46 0.28 0.16 337.11 0.54 0.65
Hex D5 74 99 0 2E 1C 10 151 36 41
Octal 325 164 231 0 56 34 20 521 66 101
Binary 11010101 1110100 10011001 0 101110 11100 10000 101010001 110110 1000001

Color Harmonies of #D57499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57499

Black with #D57499

Text Example


Text Example

White with #D57499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57499; }

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

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

background-color css

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

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

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

border-color css

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

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

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