Html Css Color HEX #D50479 Medium Violet Red

📋 copy color: '#D50479'

red 213 ◦ green 4 ◦ blue 121

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

Shades of Medium Violet Red #D50479

Tints of Medium Violet Red #D50479

RGB

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

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

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

R = 63.02%
G = 1.18%
B = 35.8%

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

#D50479 (or 0xD50479) is known color: Medium Violet Red. HEX triplet: D5, 04 and 79. RGB value is (213,4,121). Sum of RGB (Red+Green+Blue) = 213+4+121=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D50479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50479 is #2AFB86. Grayscale: #4F4F4F. Windows color (decimal): -2816903 or 7931093. OLE color: 7931093.

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

Color convert

RGB 213 4 121 -
CMYK 0 0.98 0.43 0.16
HSL 326.41º 0.96% 0.43% -
HSV(B) 326.41º 0.98% 0.84% -
XYZ 30.94 15.61 19.47 -
YUV 79.83 151.24 222.99 -
System Red Green Blue C M Y K H S L
Decimal 213 4 121 0 0.98 0.43 0.16 326.41 0.96 0.43
Hex D5 4 79 0 62 2B 10 146 60 2B
Octal 325 4 171 0 142 53 20 506 140 53
Binary 11010101 100 1111001 0 1100010 101011 10000 101000110 1100000 101011

Color Harmonies of #D50479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50479

Black with #D50479

Text Example


Text Example

White with #D50479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50479; }

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

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

background-color css

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

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

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

border-color css

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

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

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