Html Css Color HEX #D50D79 Medium Violet Red

📋 copy color: '#D50D79'

red 213 ◦ green 13 ◦ blue 121

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

Shades of Medium Violet Red #D50D79

Tints of Medium Violet Red #D50D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.87%

R = 61.38%
G = 3.75%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D50D79 (or 0xD50D79) is known color: Medium Violet Red. HEX triplet: D5, 0D and 79. RGB value is (213,13,121). Sum of RGB (Red+Green+Blue) = 213+13+121=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50D79 is #2AF286. Grayscale: #545454. Windows color (decimal): -2814599 or 7933397. OLE color: 7933397.

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

Color convert

RGB 213 13 121 -
CMYK 0 0.94 0.43 0.16
HSL 327.6º 0.88% 0.44% -
HSV(B) 327.6º 0.94% 0.84% -
XYZ 31.04 15.81 19.51 -
YUV 85.11 148.26 219.22 -
System Red Green Blue C M Y K H S L
Decimal 213 13 121 0 0.94 0.43 0.16 327.6 0.88 0.44
Hex D5 D 79 0 5E 2B 10 148 58 2C
Octal 325 15 171 0 136 53 20 510 130 54
Binary 11010101 1101 1111001 0 1011110 101011 10000 101001000 1011000 101100

Color Harmonies of #D50D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50D79

Black with #D50D79

Text Example


Text Example

White with #D50D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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