#D425DD

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

Shades of Deep Magenta #D425DD

Tints of Deep Magenta #D425DD

Color information

#D425DD (or 0xD425DD) is unknown color: approx Deep Magenta. HEX triplet: D4, 25 and DD. RGB value is (212,37,221). Sum of RGB (Red+Green+Blue) = 212+37+221=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #D425DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D425DD is #2BDA22. Grayscale: #6D6D6D. Windows color (decimal): -2873891 or 14493140. OLE color: 14493140.

HSL color Cylindrical-coordinate representation of color #D425DD: hue angle of 297.07º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D425DD is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21237221-
CMYK0.040.8300.13
HSL297.07º73.02%50.59%-
HSV(B)297.07º83.26%86.67%-
XYZ40.8620.5470.22-
YUV110.3190.48200.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.11%
GREEN value IS 37 (14.84% from 255) = 7.87%
BLUE value IS 221 (86.72% from 255) = 47.02%
R=45.11%
G=7.87%
B=47.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal212372210.040.8300.13297.0773.0250.59
HexD425DD4530D1294933
Octal32445335412301545111163
Binary11010100100101110111011001010011011011001010011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D425DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D425DD; }

 p { color: rgb(212,37,221); }

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

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

 a { background-color: rgb(212,37,221); }

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

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

 span { border-color: rgb(212,37,221); }

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