#D42ABE

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

Shades of Deep Magenta #D42ABE

Tints of Deep Magenta #D42ABE

Color information

#D42ABE (or 0xD42ABE) is unknown color: approx Deep Magenta. HEX triplet: D4, 2A and BE. RGB value is (212,42,190). Sum of RGB (Red+Green+Blue) = 212+42+190=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D42ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42ABE is #2BD541. Grayscale: #6D6D6D. Windows color (decimal): -2872642 or 12462804. OLE color: 12462804.

HSL color Cylindrical-coordinate representation of color #D42ABE: hue angle of 307.76º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42ABE is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB21242190-
CMYK00.800.100.17
HSL307.76º66.93%49.8%-
HSV(B)307.76º80.19%83.14%-
XYZ37.2719.3750.49-
YUV109.7173.32200.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.75%
GREEN value IS 42 (16.80% from 255) = 9.46%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=47.75%
G=9.46%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124219000.800.100.17307.7666.9349.8
HexD42ABE050A111344332
Octal324522760120122146410362
Binary1101010010101010111110010100001010100011001101001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42ABE; }

 p { color: rgb(212,42,190); }

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

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

 a { background-color: rgb(212,42,190); }

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

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

 span { border-color: rgb(212,42,190); }

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