#D421C1

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

Shades of Deep Magenta #D421C1

Tints of Deep Magenta #D421C1

Color information

#D421C1 (or 0xD421C1) is unknown color: approx Deep Magenta. HEX triplet: D4, 21 and C1. RGB value is (212,33,193). Sum of RGB (Red+Green+Blue) = 212+33+193=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D421C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D421C1 is #2BDE3E. Grayscale: #686868. Windows color (decimal): -2874943 or 12657108. OLE color: 12657108.

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

Color convert

RGB21233193-
CMYK00.840.090.17
HSL306.37º73.06%48.04%-
HSV(B)306.37º84.43%83.14%-
XYZ37.3218.9452.14-
YUV104.76177.8204.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.40%
GREEN value IS 33 (13.28% from 255) = 7.53%
BLUE value IS 193 (75.78% from 255) = 44.06%
R=48.40%
G=7.53%
B=44.06%

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
Decimal2123319300.840.090.17306.3773.0648.04
HexD421C10549111324930
Octal324413010124112146211160
Binary1101010010000111000001010101001001100011001100101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D421C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D421C1; }

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

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

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

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

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

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

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

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