Html Css Color HEX #D57390 Pale Violet Red

📋 copy color: '#D57390'

red 213 ◦ green 115 ◦ blue 144

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

Shades of Pale Violet Red #D57390

Tints of Pale Violet Red #D57390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.51%

R = 45.13%
G = 24.36%
B = 30.51%

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

#D57390 (or 0xD57390) is known color: Pale Violet Red. HEX triplet: D5, 73 and 90. RGB value is (213,115,144). Sum of RGB (Red+Green+Blue) = 213+115+144=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D57390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57390 is #2A8C6F. Grayscale: #939393. Windows color (decimal): -2788464 or 9466837. OLE color: 9466837.

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

Color convert

RGB 213 115 144 -
CMYK 0 0.46 0.32 0.16
HSL 342.24º 0.54% 0.64% -
HSV(B) 342.24º 0.46% 0.84% -
XYZ 38.61 28.42 29.84 -
YUV 147.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 213 115 144 0 0.46 0.32 0.16 342.24 0.54 0.64
Hex D5 73 90 0 2E 20 10 156 36 40
Octal 325 163 220 0 56 40 20 526 66 100
Binary 11010101 1110011 10010000 0 101110 100000 10000 101010110 110110 1000000

Color Harmonies of #D57390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57390

Black with #D57390

Text Example


Text Example

White with #D57390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57390; }

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

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

background-color css

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

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

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

border-color css

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

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

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