Html Css Color HEX #D57591 Pale Violet Red

📋 copy color: '#D57591'

red 213 ◦ green 117 ◦ blue 145

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

Shades of Pale Violet Red #D57591

Tints of Pale Violet Red #D57591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.63%

 BLUE value IS 145 (57.03% from 255) = 30.53%

R = 44.84%
G = 24.63%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D57591 (or 0xD57591) is known color: Pale Violet Red. HEX triplet: D5, 75 and 91. RGB value is (213,117,145). Sum of RGB (Red+Green+Blue) = 213+117+145=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D57591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57591 is #2A8A6E. Grayscale: #949494. Windows color (decimal): -2787951 or 9532885. OLE color: 9532885.

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

Color convert

RGB 213 117 145 -
CMYK 0 0.45 0.32 0.16
HSL 342.5º 0.53% 0.65% -
HSV(B) 342.5º 0.45% 0.84% -
XYZ 38.91 28.91 30.32 -
YUV 148.9 125.8 173.72 -
System Red Green Blue C M Y K H S L
Decimal 213 117 145 0 0.45 0.32 0.16 342.5 0.53 0.65
Hex D5 75 91 0 2D 20 10 156 35 41
Octal 325 165 221 0 55 40 20 526 65 101
Binary 11010101 1110101 10010001 0 101101 100000 10000 101010110 110101 1000001

Color Harmonies of #D57591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57591

Black with #D57591

Text Example


Text Example

White with #D57591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57591; }

 p { color: rgb(213,117,145); }

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

background-color css

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

 a { background-color: rgb(213,117,145); }

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

border-color css

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

 span { border-color: rgb(213,117,145); }

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