Html Css Color HEX #D50E9E Medium Violet Red

📋 copy color: '#D50E9E'

red 213 ◦ green 14 ◦ blue 158

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

Shades of Medium Violet Red #D50E9E

Tints of Medium Violet Red #D50E9E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.64%

 BLUE value IS 158 (62.11% from 255) = 41.04%

R = 55.32%
G = 3.64%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D50E9E (or 0xD50E9E) is known color: Medium Violet Red. HEX triplet: D5, 0E and 9E. RGB value is (213,14,158). Sum of RGB (Red+Green+Blue) = 213+14+158=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D50E9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50E9E is #2AF161. Grayscale: #595959. Windows color (decimal): -2814306 or 10358485. OLE color: 10358485.

HSL color Cylindrical-coordinate representation of color #D50E9E: hue angle of 316.58º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50E9E is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 14 158 -
CMYK 0 0.93 0.26 0.16
HSL 316.58º 0.88% 0.45% -
HSV(B) 316.58º 0.93% 0.84% -
XYZ 33.77 16.93 33.84 -
YUV 89.92 166.43 215.79 -
System Red Green Blue C M Y K H S L
Decimal 213 14 158 0 0.93 0.26 0.16 316.58 0.88 0.45
Hex D5 E 9E 0 5D 1A 10 13D 58 2D
Octal 325 16 236 0 135 32 20 475 130 55
Binary 11010101 1110 10011110 0 1011101 11010 10000 100111101 1011000 101101

Color Harmonies of #D50E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50E9E

Black with #D50E9E

Text Example


Text Example

White with #D50E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50E9E; }

 p { color: rgb(213,14,158); }

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

background-color css

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

 a { background-color: rgb(213,14,158); }

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

border-color css

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

 span { border-color: rgb(213,14,158); }

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