#D413B4

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

Shades of Deep Magenta #D413B4

Tints of Deep Magenta #D413B4

Color information

#D413B4 (or 0xD413B4) is unknown color: approx Deep Magenta. HEX triplet: D4, 13 and B4. RGB value is (212,19,180). Sum of RGB (Red+Green+Blue) = 212+19+180=411 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.58% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 212 - color contains mainly: red. Hex color #D413B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D413B4 is #2BEC4B. Grayscale: #5E5E5E. Windows color (decimal): -2878540 or 11801556. OLE color: 11801556.

HSL color Cylindrical-coordinate representation of color #D413B4: hue angle of 309.95º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D413B4 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB21219180-
CMYK00.910.150.17
HSL309.95º83.55%45.29%-
HSV(B)309.95º91.04%83.14%-
XYZ35.6217.7644.73-
YUV95.06175.94211.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.58%
GREEN value IS 19 (7.81% from 255) = 4.62%
BLUE value IS 180 (70.70% from 255) = 43.80%
R=51.58%
G=4.62%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121918000.910.150.17309.9583.5545.29
HexD413B405BF11136542d
Octal324232640133172146612455
Binary110101001001110110100010110111111100011001101101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D413B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D413B4; }

 p { color: rgb(212,19,180); }

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

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

 a { background-color: rgb(212,19,180); }

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

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

 span { border-color: rgb(212,19,180); }

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