#D402E0

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

Shades of Deep Magenta #D402E0

Tints of Deep Magenta #D402E0

Color information

#D402E0 (or 0xD402E0) is unknown color: approx Deep Magenta. HEX triplet: D4, 02 and E0. RGB value is (212,2,224). Sum of RGB (Red+Green+Blue) = 212+2+224=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 2 (1.17% from 255 or 0.46% from 438); Blue value is 224 (87.89% from 255 or 51.14% from 438); Max value from RGB is 224 - color contains mainly: blue. Hex color #D402E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D402E0 is #2BFD1F. Grayscale: #595959. Windows color (decimal): -2882848 or 14680788. OLE color: 14680788.

HSL color Cylindrical-coordinate representation of color #D402E0: hue angle of 296.76º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D402E0 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB2122224-
CMYK0.050.9900.12
HSL296.76º98.23%44.31%-
HSV(B)296.76º99.11%87.84%-
XYZ40.6319.4272.13-
YUV90.1203.57214.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.40%
GREEN value IS 2 (1.17% from 255) = 0.46%
BLUE value IS 224 (87.89% from 255) = 51.14%
R=48.40%
G=0.46%
B=51.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal21222240.050.9900.12296.7698.2344.31
HexD42E05630C129622c
Octal3242340514301445114254
Binary1101010010111000001011100011011001001010011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D402E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D402E0; }

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

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

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

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

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

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

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

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