Html Css Color HEX #D50474 Medium Violet Red

📋 copy color: '#D50474'

red 213 ◦ green 4 ◦ blue 116

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

Shades of Medium Violet Red #D50474

Tints of Medium Violet Red #D50474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.83%

R = 63.96%
G = 1.2%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D50474 (or 0xD50474) is known color: Medium Violet Red. HEX triplet: D5, 04 and 74. RGB value is (213,4,116). Sum of RGB (Red+Green+Blue) = 213+4+116=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D50474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50474 is #2AFB8B. Grayscale: #4F4F4F. Windows color (decimal): -2816908 or 7603413. OLE color: 7603413.

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

Color convert

RGB 213 4 116 -
CMYK 0 0.98 0.46 0.16
HSL 327.85º 0.96% 0.43% -
HSV(B) 327.85º 0.98% 0.84% -
XYZ 30.64 15.49 17.9 -
YUV 79.26 148.74 223.39 -
System Red Green Blue C M Y K H S L
Decimal 213 4 116 0 0.98 0.46 0.16 327.85 0.96 0.43
Hex D5 4 74 0 62 2E 10 148 60 2B
Octal 325 4 164 0 142 56 20 510 140 53
Binary 11010101 100 1110100 0 1100010 101110 10000 101001000 1100000 101011

Color Harmonies of #D50474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50474

Black with #D50474

Text Example


Text Example

White with #D50474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50474; }

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

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

background-color css

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

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

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

border-color css

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

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

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