Html Css Color HEX #D50E8C Medium Violet Red

📋 copy color: '#D50E8C'

red 213 ◦ green 14 ◦ blue 140

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

Shades of Medium Violet Red #D50E8C

Tints of Medium Violet Red #D50E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.15%

R = 58.04%
G = 3.81%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D50E8C (or 0xD50E8C) is known color: Medium Violet Red. HEX triplet: D5, 0E and 8C. RGB value is (213,14,140). Sum of RGB (Red+Green+Blue) = 213+14+140=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D50E8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50E8C is #2AF173. Grayscale: #575757. Windows color (decimal): -2814324 or 9178837. OLE color: 9178837.

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

Color convert

RGB 213 14 140 -
CMYK 0 0.93 0.34 0.16
HSL 322.01º 0.88% 0.45% -
HSV(B) 322.01º 0.93% 0.84% -
XYZ 32.33 16.35 26.26 -
YUV 87.87 157.43 217.25 -
System Red Green Blue C M Y K H S L
Decimal 213 14 140 0 0.93 0.34 0.16 322.01 0.88 0.45
Hex D5 E 8C 0 5D 22 10 142 58 2D
Octal 325 16 214 0 135 42 20 502 130 55
Binary 11010101 1110 10001100 0 1011101 100010 10000 101000010 1011000 101101

Color Harmonies of #D50E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50E8C

Black with #D50E8C

Text Example


Text Example

White with #D50E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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