Html Css Color HEX #D50E8B Medium Violet Red

📋 copy color: '#D50E8B'

red 213 ◦ green 14 ◦ blue 139

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

Shades of Medium Violet Red #D50E8B

Tints of Medium Violet Red #D50E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 58.2%
G = 3.83%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D50E8B (or 0xD50E8B) is known color: Medium Violet Red. HEX triplet: D5, 0E and 8B. RGB value is (213,14,139). Sum of RGB (Red+Green+Blue) = 213+14+139=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D50E8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50E8B is #2AF174. Grayscale: #575757. Windows color (decimal): -2814325 or 9113301. OLE color: 9113301.

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

Color convert

RGB 213 14 139 -
CMYK 0 0.93 0.35 0.16
HSL 322.31º 0.88% 0.45% -
HSV(B) 322.31º 0.93% 0.84% -
XYZ 32.26 16.32 25.88 -
YUV 87.75 156.93 217.34 -
System Red Green Blue C M Y K H S L
Decimal 213 14 139 0 0.93 0.35 0.16 322.31 0.88 0.45
Hex D5 E 8B 0 5D 23 10 142 58 2D
Octal 325 16 213 0 135 43 20 502 130 55
Binary 11010101 1110 10001011 0 1011101 100011 10000 101000010 1011000 101101

Color Harmonies of #D50E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50E8B

Black with #D50E8B

Text Example


Text Example

White with #D50E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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