Html Css Color HEX #D50579 Medium Violet Red

📋 copy color: '#D50579'

red 213 ◦ green 5 ◦ blue 121

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

Shades of Medium Violet Red #D50579

Tints of Medium Violet Red #D50579

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

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

R = 62.83%
G = 1.47%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D50579 (or 0xD50579) is known color: Medium Violet Red. HEX triplet: D5, 05 and 79. RGB value is (213,5,121). Sum of RGB (Red+Green+Blue) = 213+5+121=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D50579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50579 is #2AFA86. Grayscale: #505050. Windows color (decimal): -2816647 or 7931349. OLE color: 7931349.

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

Color convert

RGB 213 5 121 -
CMYK 0 0.98 0.43 0.16
HSL 326.54º 0.95% 0.43% -
HSV(B) 326.54º 0.98% 0.84% -
XYZ 30.95 15.64 19.48 -
YUV 80.42 150.91 222.57 -
System Red Green Blue C M Y K H S L
Decimal 213 5 121 0 0.98 0.43 0.16 326.54 0.95 0.43
Hex D5 5 79 0 62 2B 10 147 5F 2B
Octal 325 5 171 0 142 53 20 507 137 53
Binary 11010101 101 1111001 0 1100010 101011 10000 101000111 1011111 101011

Color Harmonies of #D50579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50579

Black with #D50579

Text Example


Text Example

White with #D50579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50579; }

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

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

background-color css

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

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

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

border-color css

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

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

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