#D421C4

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

Shades of Deep Magenta #D421C4

Tints of Deep Magenta #D421C4

Color information

#D421C4 (or 0xD421C4) is unknown color: approx Deep Magenta. HEX triplet: D4, 21 and C4. RGB value is (212,33,196). Sum of RGB (Red+Green+Blue) = 212+33+196=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 196 (76.95% from 255 or 44.44% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D421C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D421C4 is #2BDE3B. Grayscale: #686868. Windows color (decimal): -2874940 or 12853716. OLE color: 12853716.

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

Color convert

RGB21233196-
CMYK00.840.080.17
HSL305.36º73.06%48.04%-
HSV(B)305.36º84.43%83.14%-
XYZ37.6619.0753.92-
YUV105.1179.3204.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.07%
GREEN value IS 33 (13.28% from 255) = 7.48%
BLUE value IS 196 (76.95% from 255) = 44.44%
R=48.07%
G=7.48%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2123319600.840.080.17305.3673.0648.04
HexD421C40548111314930
Octal324413040124102146111160
Binary1101010010000111000100010101001000100011001100011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D421C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D421C4; }

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

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

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

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

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

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

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

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