Html Css Color HEX #D50F97 Medium Violet Red

📋 copy color: '#D50F97'

red 213 ◦ green 15 ◦ blue 151

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

Shades of Medium Violet Red #D50F97

Tints of Medium Violet Red #D50F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.84%

R = 56.2%
G = 3.96%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D50F97 (or 0xD50F97) is known color: Medium Violet Red. HEX triplet: D5, 0F and 97. RGB value is (213,15,151). Sum of RGB (Red+Green+Blue) = 213+15+151=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50F97 is #2AF068. Grayscale: #595959. Windows color (decimal): -2814057 or 9899989. OLE color: 9899989.

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

Color convert

RGB 213 15 151 -
CMYK 0 0.93 0.29 0.16
HSL 318.79º 0.87% 0.45% -
HSV(B) 318.79º 0.93% 0.84% -
XYZ 33.2 16.72 30.76 -
YUV 89.71 162.6 215.94 -
System Red Green Blue C M Y K H S L
Decimal 213 15 151 0 0.93 0.29 0.16 318.79 0.87 0.45
Hex D5 F 97 0 5D 1D 10 13F 57 2D
Octal 325 17 227 0 135 35 20 477 127 55
Binary 11010101 1111 10010111 0 1011101 11101 10000 100111111 1010111 101101

Color Harmonies of #D50F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50F97

Black with #D50F97

Text Example


Text Example

White with #D50F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50F97; }

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

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

background-color css

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

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

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

border-color css

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

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

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