Html Css Color HEX #DA29DD Deep Magenta

📋 copy color: '#DA29DD'

red 218 ◦ green 41 ◦ blue 221

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

Shades of Deep Magenta #DA29DD

Tints of Deep Magenta #DA29DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 45.42%
G = 8.54%
B = 46.04%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA29DD (or 0xDA29DD) is known color: Deep Magenta. HEX triplet: DA, 29 and DD. RGB value is (218,41,221). Sum of RGB (Red+Green+Blue) = 218+41+221=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 41 (16.41% from 255 or 8.54% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA29DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29DD is #25D622. Grayscale: #717171. Windows color (decimal): -2479651 or 14494170. OLE color: 14494170.

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

Color convert

RGB 218 41 221 -
CMYK 0.01 0.81 0 0.13
HSL 299º 0.73% 0.51% -
HSV(B) 299º 0.81% 0.87% -
XYZ 42.76 21.71 70.34 -
YUV 114.44 188.14 201.86 -
System Red Green Blue C M Y K H S L
Decimal 218 41 221 0.01 0.81 0 0.13 299 0.73 0.51
Hex DA 29 DD 1 51 0 D 12B 49 33
Octal 332 51 335 1 121 0 15 453 111 63
Binary 11011010 101001 11011101 1 1010001 0 1101 100101011 1001001 110011

Color Harmonies of #DA29DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29DD

Black with #DA29DD

Text Example


Text Example

White with #DA29DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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