#D413CC

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

Shades of Deep Magenta #D413CC

Tints of Deep Magenta #D413CC

Color information

#D413CC (or 0xD413CC) is unknown color: approx Deep Magenta. HEX triplet: D4, 13 and CC. RGB value is (212,19,204). Sum of RGB (Red+Green+Blue) = 212+19+204=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D413CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D413CC is #2BEC33. Grayscale: #616161. Windows color (decimal): -2878516 or 13374420. OLE color: 13374420.

HSL color Cylindrical-coordinate representation of color #D413CC: hue angle of 302.49º 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 #D413CC is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB21219204-
CMYK00.910.040.17
HSL302.49º83.55%45.29%-
HSV(B)302.49º91.04%83.14%-
XYZ38.2818.8258.74-
YUV97.8187.94209.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.74%
GREEN value IS 19 (7.81% from 255) = 4.37%
BLUE value IS 204 (80.08% from 255) = 46.90%
R=48.74%
G=4.37%
B=46.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121920400.910.040.17302.4983.5545.29
HexD413CC05B41112e542d
Octal32423314013342145612455
Binary11010100100111100110001011011100100011001011101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D413CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D413CC; }

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

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

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

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

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

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

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

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