#D51E98

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

Shades of Medium Violet Red #D51E98

Tints of Medium Violet Red #D51E98

Color information

#D51E98 (or 0xD51E98) is unknown color: approx Medium Violet Red. HEX triplet: D5, 1E and 98. RGB value is (213,30,152). Sum of RGB (Red+Green+Blue) = 213+30+152=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D51E98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51E98 is #2AE167. Grayscale: #626262. Windows color (decimal): -2810216 or 9969365. OLE color: 9969365.

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

Color convert

RGB21330152-
CMYK00.860.290.16
HSL320º75.31%47.65%-
HSV(B)320º85.92%83.53%-
XYZ33.5717.3431.28-
YUV98.62158.13209.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.92%
GREEN value IS 30 (12.11% from 255) = 7.59%
BLUE value IS 152 (59.77% from 255) = 38.48%
R=53.92%
G=7.59%
B=38.48%

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
Decimal2133015200.860.290.1632075.3147.65
HexD51E980561D101404b30
Octal325362300126352050011360
Binary1101010111110100110000101011011101100001010000001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51E98; }

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

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

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

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

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

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

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

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