#D425DA

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

Shades of Deep Magenta #D425DA

Tints of Deep Magenta #D425DA

Color information

#D425DA (or 0xD425DA) is unknown color: approx Deep Magenta. HEX triplet: D4, 25 and DA. RGB value is (212,37,218). Sum of RGB (Red+Green+Blue) = 212+37+218=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 37 (14.84% from 255 or 7.92% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #D425DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D425DA is #2BDA25. Grayscale: #6D6D6D. Windows color (decimal): -2873894 or 14296532. OLE color: 14296532.

HSL color Cylindrical-coordinate representation of color #D425DA: hue angle of 298.01º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D425DA is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21237218-
CMYK0.030.8300.15
HSL298.01º70.98%50%-
HSV(B)298.01º83.03%85.49%-
XYZ40.4720.3868.13-
YUV109.96188.98200.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.40%
GREEN value IS 37 (14.84% from 255) = 7.92%
BLUE value IS 218 (85.55% from 255) = 46.68%
R=45.40%
G=7.92%
B=46.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal212372180.030.8300.15298.0170.9850
HexD425DA3530F12a4732
Octal32445332312301745210762
Binary1101010010010111011010111010011011111001010101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D425DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D425DA; }

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

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

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

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

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

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

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

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