Html Css Color HEX #DA29DB Deep Magenta

📋 copy color: '#DA29DB'

red 218 ◦ green 41 ◦ blue 219

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

Shades of Deep Magenta #DA29DB

Tints of Deep Magenta #DA29DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 45.61%
G = 8.58%
B = 45.82%

CMYK

 C value IS 0.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA29DB (or 0xDA29DB) is known color: Deep Magenta. HEX triplet: DA, 29 and DB. RGB value is (218,41,219). Sum of RGB (Red+Green+Blue) = 218+41+219=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA29DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA29DB is #25D624. Grayscale: #717171. Windows color (decimal): -2479653 or 14363098. OLE color: 14363098.

HSL color Cylindrical-coordinate representation of color #DA29DB: hue angle of 299.66º degrees, saturation: 0.71, 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 #DA29DB is Cyan = 0.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 41 219 -
CMYK 0.00 0.81 0 0.14
HSL 299.66º 0.71% 0.51% -
HSV(B) 299.66º 0.81% 0.86% -
XYZ 42.49 21.61 68.95 -
YUV 114.22 187.14 202.03 -
System Red Green Blue C M Y K H S L
Decimal 218 41 219 0.00 0.81 0 0.14 299.66 0.71 0.51
Hex DA 29 DB 0 51 0 E 12C 47 33
Octal 332 51 333 0 121 0 16 454 107 63
Binary 11011010 101001 11011011 0 1010001 0 1110 100101100 1000111 110011

Color Harmonies of #DA29DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA29DB

Black with #DA29DB

Text Example


Text Example

White with #DA29DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA29DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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