#DA29D8

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

Shades of Deep Magenta #DA29D8

Tints of Deep Magenta #DA29D8

Color information

#DA29D8 (or 0xDA29D8) is unknown color: approx Deep Magenta. HEX triplet: DA, 29 and D8. RGB value is (218,41,216). Sum of RGB (Red+Green+Blue) = 218+41+216=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 41 (16.41% from 255 or 8.63% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29D8 is #25D627. Grayscale: #717171. Windows color (decimal): -2479656 or 14166490. OLE color: 14166490.

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

Color convert

RGB21841216-
CMYK00.810.010.15
HSL300.68º70.52%50.78%-
HSV(B)300.68º81.19%85.49%-
XYZ42.121.4566.89-
YUV113.87185.64202.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.89%
GREEN value IS 41 (16.41% from 255) = 8.63%
BLUE value IS 216 (84.77% from 255) = 45.47%
R=45.89%
G=8.63%
B=45.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184121600.810.010.15300.6870.5250.78
HexDA29D80511F12d4733
Octal33251330012111745510763
Binary110110101010011101100001010001111111001011011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA29D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA29D8; }

 p { color: rgb(218,41,216); }

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

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

 a { background-color: rgb(218,41,216); }

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

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

 span { border-color: rgb(218,41,216); }

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