Html Css Color HEX #D50396 Medium Violet Red

📋 copy color: '#D50396'

red 213 ◦ green 3 ◦ blue 150

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

Shades of Medium Violet Red #D50396

Tints of Medium Violet Red #D50396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.98%

R = 58.2%
G = 0.82%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D50396 (or 0xD50396) is known color: Medium Violet Red. HEX triplet: D5, 03 and 96. RGB value is (213,3,150). Sum of RGB (Red+Green+Blue) = 213+3+150=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D50396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50396 is #2AFC69. Grayscale: #525252. Windows color (decimal): -2817130 or 9831381. OLE color: 9831381.

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

Color convert

RGB 213 3 150 -
CMYK 0 0.99 0.30 0.16
HSL 318º 0.97% 0.42% -
HSV(B) 318º 0.99% 0.84% -
XYZ 32.98 16.41 30.28 -
YUV 82.55 166.07 221.05 -
System Red Green Blue C M Y K H S L
Decimal 213 3 150 0 0.99 0.30 0.16 318 0.97 0.42
Hex D5 3 96 0 63 1E 10 13E 61 2A
Octal 325 3 226 0 143 36 20 476 141 52
Binary 11010101 11 10010110 0 1100011 11110 10000 100111110 1100001 101010

Color Harmonies of #D50396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50396

Black with #D50396

Text Example


Text Example

White with #D50396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50396; }

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

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

background-color css

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

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

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

border-color css

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

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

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