Html Css Color HEX #D50F95 Medium Violet Red

📋 copy color: '#D50F95'

red 213 ◦ green 15 ◦ blue 149

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

Shades of Medium Violet Red #D50F95

Tints of Medium Violet Red #D50F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.52%

R = 56.5%
G = 3.98%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D50F95 (or 0xD50F95) is known color: Medium Violet Red. HEX triplet: D5, 0F and 95. RGB value is (213,15,149). Sum of RGB (Red+Green+Blue) = 213+15+149=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D50F95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50F95 is #2AF06A. Grayscale: #595959. Windows color (decimal): -2814059 or 9768917. OLE color: 9768917.

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

Color convert

RGB 213 15 149 -
CMYK 0 0.93 0.30 0.16
HSL 319.39º 0.87% 0.45% -
HSV(B) 319.39º 0.93% 0.84% -
XYZ 33.04 16.66 29.91 -
YUV 89.48 161.6 216.1 -
System Red Green Blue C M Y K H S L
Decimal 213 15 149 0 0.93 0.30 0.16 319.39 0.87 0.45
Hex D5 F 95 0 5D 1E 10 13F 57 2D
Octal 325 17 225 0 135 36 20 477 127 55
Binary 11010101 1111 10010101 0 1011101 11110 10000 100111111 1010111 101101

Color Harmonies of #D50F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50F95

Black with #D50F95

Text Example


Text Example

White with #D50F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50F95; }

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

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

background-color css

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

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

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

border-color css

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

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

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