Html Css Color HEX #D50390 Medium Violet Red

📋 copy color: '#D50390'

red 213 ◦ green 3 ◦ blue 144

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

Shades of Medium Violet Red #D50390

Tints of Medium Violet Red #D50390

RGB

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

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

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

R = 59.17%
G = 0.83%
B = 40%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D50390 (or 0xD50390) is known color: Medium Violet Red. HEX triplet: D5, 03 and 90. RGB value is (213,3,144). Sum of RGB (Red+Green+Blue) = 213+3+144=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D50390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50390 is #2AFC6F. Grayscale: #515151. Windows color (decimal): -2817136 or 9438165. OLE color: 9438165.

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

Color convert

RGB 213 3 144 -
CMYK 0 0.99 0.32 0.16
HSL 319.71º 0.97% 0.42% -
HSV(B) 319.71º 0.99% 0.84% -
XYZ 32.51 16.22 27.8 -
YUV 81.86 163.07 221.54 -
System Red Green Blue C M Y K H S L
Decimal 213 3 144 0 0.99 0.32 0.16 319.71 0.97 0.42
Hex D5 3 90 0 63 20 10 140 61 2A
Octal 325 3 220 0 143 40 20 500 141 52
Binary 11010101 11 10010000 0 1100011 100000 10000 101000000 1100001 101010

Color Harmonies of #D50390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50390

Black with #D50390

Text Example


Text Example

White with #D50390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50390; }

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

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

background-color css

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

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

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

border-color css

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

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

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