#D51EB7

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

Shades of Deep Magenta #D51EB7

Tints of Deep Magenta #D51EB7

Color information

#D51EB7 (or 0xD51EB7) is unknown color: approx Deep Magenta. HEX triplet: D5, 1E and B7. RGB value is (213,30,183). Sum of RGB (Red+Green+Blue) = 213+30+183=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D51EB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51EB7 is #2AE148. Grayscale: #656565. Windows color (decimal): -2810185 or 12000981. OLE color: 12000981.

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

Color convert

RGB21330183-
CMYK00.860.140.16
HSL309.84º75.31%47.65%-
HSV(B)309.84º85.92%83.53%-
XYZ36.4518.4946.45-
YUV102.16173.63207.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50%
GREEN value IS 30 (12.11% from 255) = 7.04%
BLUE value IS 183 (71.88% from 255) = 42.96%
R=50%
G=7.04%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133018300.860.140.16309.8475.3147.65
HexD51EB7056E101364b30
Octal325362670126162046611360
Binary110101011111010110111010101101110100001001101101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51EB7; }

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

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

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

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

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

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

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

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