#D51FD6

Color #D51FD6 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D51FD6

Tints of Deep Magenta #D51FD6

Color information

#D51FD6 (or 0xD51FD6) is unknown color: approx Deep Magenta. HEX triplet: D5, 1F and D6. RGB value is (213,31,214). Sum of RGB (Red+Green+Blue) = 213+31+214=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 31 (12.5% from 255 or 6.77% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #D51FD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51FD6 is #2AE029. Grayscale: #696969. Windows color (decimal): -2809898 or 14032853. OLE color: 14032853.

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

Color convert

RGB21331214-
CMYK0.000.8600.16
HSL299.67º74.69%48.04%-
HSV(B)299.67º85.51%83.92%-
XYZ40.0719.9865.36-
YUV106.28188.8204.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.51%
GREEN value IS 31 (12.5% from 255) = 6.77%
BLUE value IS 214 (83.98% from 255) = 46.72%
R=46.51%
G=6.77%
B=46.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213312140.000.8600.16299.6774.6948.04
HexD51FD605601012c4b30
Octal32537326012602045411360
Binary110101011111111010110010101100100001001011001001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51FD6; }

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

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

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

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

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

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

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

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