Html Css Color HEX #D50494 Medium Violet Red

📋 copy color: '#D50494'

red 213 ◦ green 4 ◦ blue 148

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

Shades of Medium Violet Red #D50494

Tints of Medium Violet Red #D50494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.55%

R = 58.36%
G = 1.1%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D50494 (or 0xD50494) is known color: Medium Violet Red. HEX triplet: D5, 04 and 94. RGB value is (213,4,148). Sum of RGB (Red+Green+Blue) = 213+4+148=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D50494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50494 is #2AFB6B. Grayscale: #525252. Windows color (decimal): -2816876 or 9700565. OLE color: 9700565.

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

Color convert

RGB 213 4 148 -
CMYK 0 0.98 0.31 0.16
HSL 318.66º 0.96% 0.43% -
HSV(B) 318.66º 0.98% 0.84% -
XYZ 32.83 16.37 29.45 -
YUV 82.91 164.74 220.79 -
System Red Green Blue C M Y K H S L
Decimal 213 4 148 0 0.98 0.31 0.16 318.66 0.96 0.43
Hex D5 4 94 0 62 1F 10 13F 60 2B
Octal 325 4 224 0 142 37 20 477 140 53
Binary 11010101 100 10010100 0 1100010 11111 10000 100111111 1100000 101011

Color Harmonies of #D50494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50494

Black with #D50494

Text Example


Text Example

White with #D50494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50494; }

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

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

background-color css

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

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

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

border-color css

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

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

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