Html Css Color HEX #D57299 Pale Violet Red

📋 copy color: '#D57299'

red 213 ◦ green 114 ◦ blue 153

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

Shades of Pale Violet Red #D57299

Tints of Pale Violet Red #D57299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.75%

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

R = 44.38%
G = 23.75%
B = 31.88%

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

#D57299 (or 0xD57299) is known color: Pale Violet Red. HEX triplet: D5, 72 and 99. RGB value is (213,114,153). Sum of RGB (Red+Green+Blue) = 213+114+153=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D57299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57299 is #2A8D66. Grayscale: #939393. Windows color (decimal): -2788711 or 10056405. OLE color: 10056405.

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

Color convert

RGB 213 114 153 -
CMYK 0 0.46 0.28 0.16
HSL 336.36º 0.54% 0.64% -
HSV(B) 336.36º 0.46% 0.84% -
XYZ 39.21 28.48 33.57 -
YUV 148.05 130.8 174.33 -
System Red Green Blue C M Y K H S L
Decimal 213 114 153 0 0.46 0.28 0.16 336.36 0.54 0.64
Hex D5 72 99 0 2E 1C 10 150 36 40
Octal 325 162 231 0 56 34 20 520 66 100
Binary 11010101 1110010 10011001 0 101110 11100 10000 101010000 110110 1000000

Color Harmonies of #D57299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57299

Black with #D57299

Text Example


Text Example

White with #D57299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57299; }

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

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

background-color css

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

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

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

border-color css

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

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

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