Html Css Color HEX #D57394 Pale Violet Red

📋 copy color: '#D57394'

red 213 ◦ green 115 ◦ blue 148

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

Shades of Pale Violet Red #D57394

Tints of Pale Violet Red #D57394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.09%

R = 44.75%
G = 24.16%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D57394 (or 0xD57394) is known color: Pale Violet Red. HEX triplet: D5, 73 and 94. RGB value is (213,115,148). Sum of RGB (Red+Green+Blue) = 213+115+148=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D57394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57394 is #2A8C6B. Grayscale: #949494. Windows color (decimal): -2788460 or 9728981. OLE color: 9728981.

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

Color convert

RGB 213 115 148 -
CMYK 0 0.46 0.31 0.16
HSL 339.8º 0.54% 0.64% -
HSV(B) 339.8º 0.46% 0.84% -
XYZ 38.92 28.55 31.48 -
YUV 148.06 127.97 174.32 -
System Red Green Blue C M Y K H S L
Decimal 213 115 148 0 0.46 0.31 0.16 339.8 0.54 0.64
Hex D5 73 94 0 2E 1F 10 154 36 40
Octal 325 163 224 0 56 37 20 524 66 100
Binary 11010101 1110011 10010100 0 101110 11111 10000 101010100 110110 1000000

Color Harmonies of #D57394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57394

Black with #D57394

Text Example


Text Example

White with #D57394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57394; }

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

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

background-color css

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

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

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

border-color css

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

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

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