Html Css Color HEX #DA29DF Deep Magenta

📋 copy color: '#DA29DF'

red 218 ◦ green 41 ◦ blue 223

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

Shades of Deep Magenta #DA29DF

Tints of Deep Magenta #DA29DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.27%

R = 45.23%
G = 8.51%
B = 46.27%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA29DF (or 0xDA29DF) is known color: Deep Magenta. HEX triplet: DA, 29 and DF. RGB value is (218,41,223). Sum of RGB (Red+Green+Blue) = 218+41+223=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 41 (16.41% from 255 or 8.51% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA29DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29DF is #25D620. Grayscale: #727272. Windows color (decimal): -2479649 or 14625242. OLE color: 14625242.

HSL color Cylindrical-coordinate representation of color #DA29DF: hue angle of 298.35º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA29DF is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 41 223 -
CMYK 0.02 0.82 0 0.13
HSL 298.35º 0.74% 0.52% -
HSV(B) 298.35º 0.82% 0.87% -
XYZ 43.03 21.82 71.76 -
YUV 114.67 189.14 201.7 -
System Red Green Blue C M Y K H S L
Decimal 218 41 223 0.02 0.82 0 0.13 298.35 0.74 0.52
Hex DA 29 DF 2 52 0 D 12A 4A 34
Octal 332 51 337 2 122 0 15 452 112 64
Binary 11011010 101001 11011111 10 1010010 0 1101 100101010 1001010 110100

Color Harmonies of #DA29DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29DF

Black with #DA29DF

Text Example


Text Example

White with #DA29DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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