Html Css Color HEX #D50979 Medium Violet Red

📋 copy color: '#D50979'

red 213 ◦ green 9 ◦ blue 121

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

Shades of Medium Violet Red #D50979

Tints of Medium Violet Red #D50979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.62%

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

R = 62.1%
G = 2.62%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D50979 (or 0xD50979) is known color: Medium Violet Red. HEX triplet: D5, 09 and 79. RGB value is (213,9,121). Sum of RGB (Red+Green+Blue) = 213+9+121=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D50979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50979 is #2AF686. Grayscale: #525252. Windows color (decimal): -2815623 or 7932373. OLE color: 7932373.

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

Color convert

RGB 213 9 121 -
CMYK 0 0.96 0.43 0.16
HSL 327.06º 0.92% 0.44% -
HSV(B) 327.06º 0.96% 0.84% -
XYZ 30.99 15.72 19.49 -
YUV 82.76 149.59 220.89 -
System Red Green Blue C M Y K H S L
Decimal 213 9 121 0 0.96 0.43 0.16 327.06 0.92 0.44
Hex D5 9 79 0 60 2B 10 147 5C 2C
Octal 325 11 171 0 140 53 20 507 134 54
Binary 11010101 1001 1111001 0 1100000 101011 10000 101000111 1011100 101100

Color Harmonies of #D50979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50979

Black with #D50979

Text Example


Text Example

White with #D50979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50979; }

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

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

background-color css

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

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

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

border-color css

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

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

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