Html Css Color HEX #D50F94 Medium Violet Red

📋 copy color: '#D50F94'

red 213 ◦ green 15 ◦ blue 148

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

Shades of Medium Violet Red #D50F94

Tints of Medium Violet Red #D50F94

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.99%

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

R = 56.65%
G = 3.99%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D50F94 (or 0xD50F94) is known color: Medium Violet Red. HEX triplet: D5, 0F and 94. RGB value is (213,15,148). Sum of RGB (Red+Green+Blue) = 213+15+148=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50F94 is #2AF06B. Grayscale: #595959. Windows color (decimal): -2814060 or 9703381. OLE color: 9703381.

HSL color Cylindrical-coordinate representation of color #D50F94: hue angle of 319.7º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50F94 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 15 148 -
CMYK 0 0.93 0.31 0.16
HSL 319.7º 0.87% 0.45% -
HSV(B) 319.7º 0.93% 0.84% -
XYZ 32.96 16.63 29.49 -
YUV 89.36 161.1 216.19 -
System Red Green Blue C M Y K H S L
Decimal 213 15 148 0 0.93 0.31 0.16 319.7 0.87 0.45
Hex D5 F 94 0 5D 1F 10 140 57 2D
Octal 325 17 224 0 135 37 20 500 127 55
Binary 11010101 1111 10010100 0 1011101 11111 10000 101000000 1010111 101101

Color Harmonies of #D50F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50F94

Black with #D50F94

Text Example


Text Example

White with #D50F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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