#D414D8

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

Shades of Deep Magenta #D414D8

Tints of Deep Magenta #D414D8

Color information

#D414D8 (or 0xD414D8) is unknown color: approx Deep Magenta. HEX triplet: D4, 14 and D8. RGB value is (212,20,216). Sum of RGB (Red+Green+Blue) = 212+20+216=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 20 (8.20% from 255 or 4.46% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #D414D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D414D8 is #2BEB27. Grayscale: #636363. Windows color (decimal): -2878248 or 14161108. OLE color: 14161108.

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

Color convert

RGB21220216-
CMYK0.020.9100.15
HSL298.78º83.05%46.27%-
HSV(B)298.78º90.74%84.71%-
XYZ39.819.4666.62-
YUV99.75193.61208.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.32%
GREEN value IS 20 (8.20% from 255) = 4.46%
BLUE value IS 216 (84.77% from 255) = 48.21%
R=47.32%
G=4.46%
B=48.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal212202160.020.9100.15298.7883.0546.27
HexD414D825B0F12b532e
Octal32424330213301745312356
Binary110101001010011011000101011011011111001010111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D414D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D414D8; }

 p { color: rgb(212,20,216); }

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

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

 a { background-color: rgb(212,20,216); }

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

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

 span { border-color: rgb(212,20,216); }

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