Html Css Color HEX #D50389 Medium Violet Red

📋 copy color: '#D50389'

red 213 ◦ green 3 ◦ blue 137

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

Shades of Medium Violet Red #D50389

Tints of Medium Violet Red #D50389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.81%

R = 60.34%
G = 0.85%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D50389 (or 0xD50389) is known color: Medium Violet Red. HEX triplet: D5, 03 and 89. RGB value is (213,3,137). Sum of RGB (Red+Green+Blue) = 213+3+137=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D50389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50389 is #2AFC76. Grayscale: #505050. Windows color (decimal): -2817143 or 8979413. OLE color: 8979413.

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

Color convert

RGB 213 3 137 -
CMYK 0 0.99 0.36 0.16
HSL 321.71º 0.97% 0.42% -
HSV(B) 321.71º 0.99% 0.84% -
XYZ 31.99 16.02 25.07 -
YUV 81.07 159.57 222.1 -
System Red Green Blue C M Y K H S L
Decimal 213 3 137 0 0.99 0.36 0.16 321.71 0.97 0.42
Hex D5 3 89 0 63 24 10 142 61 2A
Octal 325 3 211 0 143 44 20 502 141 52
Binary 11010101 11 10001001 0 1100011 100100 10000 101000010 1100001 101010

Color Harmonies of #D50389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50389

Black with #D50389

Text Example


Text Example

White with #D50389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50389; }

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

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

background-color css

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

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

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

border-color css

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

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

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