Html Css Color HEX #DA04DD Deep Magenta

📋 copy color: '#DA04DD'

red 218 ◦ green 4 ◦ blue 221

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

Shades of Deep Magenta #DA04DD

Tints of Deep Magenta #DA04DD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.9%

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

R = 49.21%
G = 0.9%
B = 49.89%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA04DD (or 0xDA04DD) is known color: Deep Magenta. HEX triplet: DA, 04 and DD. RGB value is (218,4,221). Sum of RGB (Red+Green+Blue) = 218+4+221=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 4 (1.95% from 255 or 0.90% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA04DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA04DD is #25FB22. Grayscale: #5C5C5C. Windows color (decimal): -2489123 or 14484698. OLE color: 14484698.

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

Color convert

RGB 218 4 221 -
CMYK 0.01 0.98 0 0.13
HSL 299.17º 0.96% 0.44% -
HSV(B) 299.17º 0.98% 0.87% -
XYZ 42.01 20.21 70.09 -
YUV 92.72 200.4 217.36 -
System Red Green Blue C M Y K H S L
Decimal 218 4 221 0.01 0.98 0 0.13 299.17 0.96 0.44
Hex DA 4 DD 1 62 0 D 12B 60 2C
Octal 332 4 335 1 142 0 15 453 140 54
Binary 11011010 100 11011101 1 1100010 0 1101 100101011 1100000 101100

Color Harmonies of #DA04DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA04DD

Black with #DA04DD

Text Example


Text Example

White with #DA04DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA04DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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