#D426E2

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

Shades of Deep Magenta #D426E2

Tints of Deep Magenta #D426E2

Color information

#D426E2 (or 0xD426E2) is unknown color: approx Deep Magenta. HEX triplet: D4, 26 and E2. RGB value is (212,38,226). Sum of RGB (Red+Green+Blue) = 212+38+226=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 38 (15.23% from 255 or 7.98% from 476); Blue value is 226 (88.67% from 255 or 47.48% from 476); Max value from RGB is 226 - color contains mainly: blue. Hex color #D426E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D426E2 is #2BD91D. Grayscale: #6E6E6E. Windows color (decimal): -2873630 or 14821076. OLE color: 14821076.

HSL color Cylindrical-coordinate representation of color #D426E2: hue angle of 295.53º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D426E2 is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21238226-
CMYK0.060.8300.11
HSL295.53º76.42%51.76%-
HSV(B)295.53º83.19%88.63%-
XYZ41.5720.8773.79-
YUV111.46192.65199.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.54%
GREEN value IS 38 (15.23% from 255) = 7.98%
BLUE value IS 226 (88.67% from 255) = 47.48%
R=44.54%
G=7.98%
B=47.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal212382260.060.8300.11295.5376.4251.76
HexD426E26530B1284c34
Octal32446342612301345011464
Binary11010100100110111000101101010011010111001010001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D426E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D426E2; }

 p { color: rgb(212,38,226); }

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

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

 a { background-color: rgb(212,38,226); }

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

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

 span { border-color: rgb(212,38,226); }

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