Html Css Color HEX #D50392 Medium Violet Red

📋 copy color: '#D50392'

red 213 ◦ green 3 ◦ blue 146

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

Shades of Medium Violet Red #D50392

Tints of Medium Violet Red #D50392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.33%

R = 58.84%
G = 0.83%
B = 40.33%

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

#D50392 (or 0xD50392) is known color: Medium Violet Red. HEX triplet: D5, 03 and 92. RGB value is (213,3,146). Sum of RGB (Red+Green+Blue) = 213+3+146=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D50392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50392 is #2AFC6D. Grayscale: #515151. Windows color (decimal): -2817134 or 9569237. OLE color: 9569237.

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

Color convert

RGB 213 3 146 -
CMYK 0 0.99 0.31 0.16
HSL 319.14º 0.97% 0.42% -
HSV(B) 319.14º 0.99% 0.84% -
XYZ 32.66 16.29 28.62 -
YUV 82.09 164.07 221.37 -
System Red Green Blue C M Y K H S L
Decimal 213 3 146 0 0.99 0.31 0.16 319.14 0.97 0.42
Hex D5 3 92 0 63 1F 10 13F 61 2A
Octal 325 3 222 0 143 37 20 477 141 52
Binary 11010101 11 10010010 0 1100011 11111 10000 100111111 1100001 101010

Color Harmonies of #D50392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50392

Black with #D50392

Text Example


Text Example

White with #D50392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50392; }

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

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

background-color css

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

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

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

border-color css

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

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

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