#D51F9A

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

Shades of Medium Violet Red #D51F9A

Tints of Medium Violet Red #D51F9A

Color information

#D51F9A (or 0xD51F9A) is unknown color: approx Medium Violet Red. HEX triplet: D5, 1F and 9A. RGB value is (213,31,154). Sum of RGB (Red+Green+Blue) = 213+31+154=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D51F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51F9A is #2AE065. Grayscale: #636363. Windows color (decimal): -2809958 or 10100693. OLE color: 10100693.

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

Color convert

RGB21331154-
CMYK00.850.280.16
HSL319.45º74.59%47.84%-
HSV(B)319.45º85.45%83.53%-
XYZ33.7617.4632.16-
YUV99.44158.8209-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.52%
GREEN value IS 31 (12.5% from 255) = 7.79%
BLUE value IS 154 (60.55% from 255) = 38.69%
R=53.52%
G=7.79%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133115400.850.280.16319.4574.5947.84
HexD51F9A0551C1013f4b30
Octal325372320125342047711360
Binary1101010111111100110100101010111100100001001111111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51F9A; }

 p { color: rgb(213,31,154); }

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

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

 a { background-color: rgb(213,31,154); }

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

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

 span { border-color: rgb(213,31,154); }

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