Html Css Color HEX #D50D80 Medium Violet Red

📋 copy color: '#D50D80'

red 213 ◦ green 13 ◦ blue 128

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

Shades of Medium Violet Red #D50D80

Tints of Medium Violet Red #D50D80

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.67%

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

R = 60.17%
G = 3.67%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D50D80 (or 0xD50D80) is known color: Medium Violet Red. HEX triplet: D5, 0D and 80. RGB value is (213,13,128). Sum of RGB (Red+Green+Blue) = 213+13+128=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50D80 is #2AF27F. Grayscale: #555555. Windows color (decimal): -2814592 or 8392149. OLE color: 8392149.

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

Color convert

RGB 213 13 128 -
CMYK 0 0.94 0.40 0.16
HSL 325.5º 0.88% 0.44% -
HSV(B) 325.5º 0.94% 0.84% -
XYZ 31.48 15.99 21.85 -
YUV 85.91 151.76 218.65 -
System Red Green Blue C M Y K H S L
Decimal 213 13 128 0 0.94 0.40 0.16 325.5 0.88 0.44
Hex D5 D 80 0 5E 28 10 146 58 2C
Octal 325 15 200 0 136 50 20 506 130 54
Binary 11010101 1101 10000000 0 1011110 101000 10000 101000110 1011000 101100

Color Harmonies of #D50D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50D80

Black with #D50D80

Text Example


Text Example

White with #D50D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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