#D421C0

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

Shades of Deep Magenta #D421C0

Tints of Deep Magenta #D421C0

Color information

#D421C0 (or 0xD421C0) is unknown color: approx Deep Magenta. HEX triplet: D4, 21 and C0. RGB value is (212,33,192). Sum of RGB (Red+Green+Blue) = 212+33+192=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D421C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D421C0 is #2BDE3F. Grayscale: #686868. Windows color (decimal): -2874944 or 12591572. OLE color: 12591572.

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

Color convert

RGB21233192-
CMYK00.840.090.17
HSL306.7º73.06%48.04%-
HSV(B)306.7º84.43%83.14%-
XYZ37.2118.8951.55-
YUV104.65177.3204.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.51%
GREEN value IS 33 (13.28% from 255) = 7.55%
BLUE value IS 192 (75.39% from 255) = 43.94%
R=48.51%
G=7.55%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2123319200.840.090.17306.773.0648.04
HexD421C00549111334930
Octal324413000124112146311160
Binary1101010010000111000000010101001001100011001100111001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D421C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D421C0; }

 p { color: rgb(212,33,192); }

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

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

 a { background-color: rgb(212,33,192); }

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

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

 span { border-color: rgb(212,33,192); }

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