Html Css Color HEX #D50480 Medium Violet Red

📋 copy color: '#D50480'

red 213 ◦ green 4 ◦ blue 128

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

Shades of Medium Violet Red #D50480

Tints of Medium Violet Red #D50480

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.16%

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

R = 61.74%
G = 1.16%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D50480 (or 0xD50480) is known color: Medium Violet Red. HEX triplet: D5, 04 and 80. RGB value is (213,4,128). Sum of RGB (Red+Green+Blue) = 213+4+128=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D50480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50480 is #2AFB7F. Grayscale: #505050. Windows color (decimal): -2816896 or 8389845. OLE color: 8389845.

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

Color convert

RGB 213 4 128 -
CMYK 0 0.98 0.40 0.16
HSL 324.4º 0.96% 0.43% -
HSV(B) 324.4º 0.98% 0.84% -
XYZ 31.38 15.79 21.82 -
YUV 80.63 154.74 222.42 -
System Red Green Blue C M Y K H S L
Decimal 213 4 128 0 0.98 0.40 0.16 324.4 0.96 0.43
Hex D5 4 80 0 62 28 10 144 60 2B
Octal 325 4 200 0 142 50 20 504 140 53
Binary 11010101 100 10000000 0 1100010 101000 10000 101000100 1100000 101011

Color Harmonies of #D50480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50480

Black with #D50480

Text Example


Text Example

White with #D50480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50480; }

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

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

background-color css

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

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

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

border-color css

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

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

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