Html Css Color HEX #D50080 Medium Violet Red

📋 copy color: '#D50080'

red 213 ◦ green 0 ◦ blue 128

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

Shades of Medium Violet Red #D50080

Tints of Medium Violet Red #D50080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 37.54%

R = 62.46%
G = 0%
B = 37.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D50080 (or 0xD50080) is known color: Medium Violet Red. HEX triplet: D5, 00 and 80. RGB value is (213,0,128). Sum of RGB (Red+Green+Blue) = 213+0+128=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D50080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50080 is #2AFF7F. Grayscale: #4D4D4D. Windows color (decimal): -2817920 or 8388821. OLE color: 8388821.

HSL color Cylindrical-coordinate representation of color #D50080: hue angle of 323.94º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50080 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 0 128 -
CMYK 0 1 0.40 0.16
HSL 323.94º 1% 0.42% -
HSV(B) 323.94º 1% 0.84% -
XYZ 31.34 15.7 21.8 -
YUV 78.28 156.07 224.09 -
System Red Green Blue C M Y K H S L
Decimal 213 0 128 0 1 0.40 0.16 323.94 1 0.42
Hex D5 0 80 0 64 28 10 144 64 2A
Octal 325 0 200 0 144 50 20 504 144 52
Binary 11010101 0 10000000 0 1100100 101000 10000 101000100 1100100 101010

Color Harmonies of #D50080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50080

Black with #D50080

Text Example


Text Example

White with #D50080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50080; }

 p { color: rgb(213,0,128); }

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

background-color css

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

 a { background-color: rgb(213,0,128); }

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

border-color css

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

 span { border-color: rgb(213,0,128); }

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