Html Css Color HEX #DA29DC Deep Magenta

📋 copy color: '#DA29DC'

red 218 ◦ green 41 ◦ blue 220

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

Shades of Deep Magenta #DA29DC

Tints of Deep Magenta #DA29DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 45.51%
G = 8.56%
B = 45.93%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA29DC (or 0xDA29DC) is known color: Deep Magenta. HEX triplet: DA, 29 and DC. RGB value is (218,41,220). Sum of RGB (Red+Green+Blue) = 218+41+220=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 41 (16.41% from 255 or 8.56% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA29DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29DC is #25D623. Grayscale: #717171. Windows color (decimal): -2479652 or 14428634. OLE color: 14428634.

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

Color convert

RGB 218 41 220 -
CMYK 0.01 0.81 0 0.14
HSL 299.33º 0.72% 0.51% -
HSV(B) 299.33º 0.81% 0.86% -
XYZ 42.62 21.66 69.64 -
YUV 114.33 187.64 201.95 -
System Red Green Blue C M Y K H S L
Decimal 218 41 220 0.01 0.81 0 0.14 299.33 0.72 0.51
Hex DA 29 DC 1 51 0 E 12B 48 33
Octal 332 51 334 1 121 0 16 453 110 63
Binary 11011010 101001 11011100 1 1010001 0 1110 100101011 1001000 110011

Color Harmonies of #DA29DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29DC

Black with #DA29DC

Text Example


Text Example

White with #DA29DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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