Html Css Color HEX #D50394 Medium Violet Red

📋 copy color: '#D50394'

red 213 ◦ green 3 ◦ blue 148

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

Shades of Medium Violet Red #D50394

Tints of Medium Violet Red #D50394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

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

R = 58.52%
G = 0.82%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D50394 (or 0xD50394) is known color: Medium Violet Red. HEX triplet: D5, 03 and 94. RGB value is (213,3,148). Sum of RGB (Red+Green+Blue) = 213+3+148=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D50394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50394 is #2AFC6B. Grayscale: #515151. Windows color (decimal): -2817132 or 9700309. OLE color: 9700309.

HSL color Cylindrical-coordinate representation of color #D50394: hue angle of 318.57º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50394 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 3 148 -
CMYK 0 0.99 0.31 0.16
HSL 318.57º 0.97% 0.42% -
HSV(B) 318.57º 0.99% 0.84% -
XYZ 32.82 16.35 29.44 -
YUV 82.32 165.07 221.21 -
System Red Green Blue C M Y K H S L
Decimal 213 3 148 0 0.99 0.31 0.16 318.57 0.97 0.42
Hex D5 3 94 0 63 1F 10 13F 61 2A
Octal 325 3 224 0 143 37 20 477 141 52
Binary 11010101 11 10010100 0 1100011 11111 10000 100111111 1100001 101010

Color Harmonies of #D50394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50394

Black with #D50394

Text Example


Text Example

White with #D50394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50394; }

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

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

background-color css

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

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

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

border-color css

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

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

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