Html Css Color HEX #DA29DA Deep Magenta

📋 copy color: '#DA29DA'

red 218 ◦ green 41 ◦ blue 218

#DA29DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #DA29DA

Tints of Deep Magenta #DA29DA

RGB

 RED value IS 218 (85.55% from 255) = 45.7%

 GREEN value IS 41 (16.41% from 255) = 8.6%

 BLUE value IS 218 (85.55% from 255) = 45.7%

R = 45.7%
G = 8.6%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA29DA (or 0xDA29DA) is known color: Deep Magenta. HEX triplet: DA, 29 and DA. RGB value is (218,41,218). Sum of RGB (Red+Green+Blue) = 218+41+218=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 41 (16.41% from 255 or 8.60% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA29DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29DA is #25D625. Grayscale: #717171. Windows color (decimal): -2479654 or 14297562. OLE color: 14297562.

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

Color convert

RGB 218 41 218 -
CMYK 0 0.81 0 0.15
HSL 300º 0.71% 0.51% -
HSV(B) 300º 0.81% 0.85% -
XYZ 42.36 21.55 68.26 -
YUV 114.1 186.64 202.11 -
System Red Green Blue C M Y K H S L
Decimal 218 41 218 0 0.81 0 0.15 300 0.71 0.51
Hex DA 29 DA 0 51 0 F 12C 47 33
Octal 332 51 332 0 121 0 17 454 107 63
Binary 11011010 101001 11011010 0 1010001 0 1111 100101100 1000111 110011

Color Harmonies of #DA29DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29DA

Black with #DA29DA

Text Example


Text Example

White with #DA29DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29DA; }

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

 H1.HeaderClassName
 {
   color: #DA29DA;
 }
 .AnyTagClassName
 {
   color: #DA29DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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