#D42DE0

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

Shades of Deep Magenta #D42DE0

Tints of Deep Magenta #D42DE0

Color information

#D42DE0 (or 0xD42DE0) is unknown color: approx Deep Magenta. HEX triplet: D4, 2D and E0. RGB value is (212,45,224). Sum of RGB (Red+Green+Blue) = 212+45+224=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 45 (17.97% from 255 or 9.36% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #D42DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42DE0 is #2BD21F. Grayscale: #727272. Windows color (decimal): -2871840 or 14691796. OLE color: 14691796.

HSL color Cylindrical-coordinate representation of color #D42DE0: hue angle of 295.98º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42DE0 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21245224-
CMYK0.050.8000.12
HSL295.98º74.27%52.75%-
HSV(B)295.98º79.91%87.84%-
XYZ41.5421.2672.43-
YUV115.34189.33196.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.07%
GREEN value IS 45 (17.97% from 255) = 9.36%
BLUE value IS 224 (87.89% from 255) = 46.57%
R=44.07%
G=9.36%
B=46.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal212452240.050.8000.12295.9874.2752.75
HexD42DE05500C1284a35
Octal32455340512001445011265
Binary11010100101101111000001011010000011001001010001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42DE0; }

 p { color: rgb(212,45,224); }

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

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

 a { background-color: rgb(212,45,224); }

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

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

 span { border-color: rgb(212,45,224); }

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