#D51E97

Color #D51E97 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D51E97

Tints of Medium Violet Red #D51E97

Color information

#D51E97 (or 0xD51E97) is unknown color: approx Medium Violet Red. HEX triplet: D5, 1E and 97. RGB value is (213,30,151). Sum of RGB (Red+Green+Blue) = 213+30+151=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51E97 is #2AE168. Grayscale: #626262. Windows color (decimal): -2810217 or 9903829. OLE color: 9903829.

HSL color Cylindrical-coordinate representation of color #D51E97: hue angle of 320.33º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51E97 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB21330151-
CMYK00.860.290.16
HSL320.33º75.31%47.65%-
HSV(B)320.33º85.92%83.53%-
XYZ33.4917.3130.85-
YUV98.51157.63209.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.06%
GREEN value IS 30 (12.11% from 255) = 7.61%
BLUE value IS 151 (59.38% from 255) = 38.32%
R=54.06%
G=7.61%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133015100.860.290.16320.3375.3147.65
HexD51E970561D101404b30
Octal325362270126352050011360
Binary1101010111110100101110101011011101100001010000001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51E97; }

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

 H1.HeaderClassName
 {
   color: #D51E97;
 }
 .AnyTagClassName
 {
   color: #D51E97;
 }
</style>
background-color css

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

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

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

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

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

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