Html Css Color HEX #D57391 Pale Violet Red

📋 copy color: '#D57391'

red 213 ◦ green 115 ◦ blue 145

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

Shades of Pale Violet Red #D57391

Tints of Pale Violet Red #D57391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.31%

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

R = 45.03%
G = 24.31%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D57391 (or 0xD57391) is known color: Pale Violet Red. HEX triplet: D5, 73 and 91. RGB value is (213,115,145). Sum of RGB (Red+Green+Blue) = 213+115+145=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 145 (57.03% from 255 or 30.66% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D57391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57391 is #2A8C6E. Grayscale: #939393. Windows color (decimal): -2788463 or 9532373. OLE color: 9532373.

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

Color convert

RGB 213 115 145 -
CMYK 0 0.46 0.32 0.16
HSL 341.63º 0.54% 0.64% -
HSV(B) 341.63º 0.46% 0.84% -
XYZ 38.68 28.45 30.24 -
YUV 147.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 213 115 145 0 0.46 0.32 0.16 341.63 0.54 0.64
Hex D5 73 91 0 2E 20 10 156 36 40
Octal 325 163 221 0 56 40 20 526 66 100
Binary 11010101 1110011 10010001 0 101110 100000 10000 101010110 110110 1000000

Color Harmonies of #D57391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57391

Black with #D57391

Text Example


Text Example

White with #D57391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57391; }

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

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

background-color css

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

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

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

border-color css

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

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

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