#DA25D4

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

Shades of Deep Magenta #DA25D4

Tints of Deep Magenta #DA25D4

Color information

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

HSL color Cylindrical-coordinate representation of color #DA25D4: hue angle of 301.99º 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 #DA25D4 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB21837212-
CMYK00.830.030.15
HSL301.99º70.98%50%-
HSV(B)301.99º83.03%85.49%-
XYZ41.4620.9864.15-
YUV111.07184.97204.27-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183721200.830.030.15301.9970.9850
HexDA25D40533F12e4732
Octal33245324012331745610762
Binary1101101010010111010100010100111111111001011101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA25D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA25D4; }

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

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

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

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

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

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

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

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