Html Css Color HEX #DE04DA Deep Magenta

📋 copy color: '#DE04DA'

red 222 ◦ green 4 ◦ blue 218

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

Shades of Deep Magenta #DE04DA

Tints of Deep Magenta #DE04DA

RGB

 RED value IS 222 (87.11% from 255) = 50%

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

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 50%
G = 0.9%
B = 49.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DE04DA (or 0xDE04DA) is known color: Deep Magenta. HEX triplet: DE, 04 and DA. RGB value is (222,4,218). Sum of RGB (Red+Green+Blue) = 222+4+218=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 4 (1.95% from 255 or 0.90% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE04DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE04DA is #21FB25. Grayscale: #5C5C5C. Windows color (decimal): -2226982 or 14288094. OLE color: 14288094.

HSL color Cylindrical-coordinate representation of color #DE04DA: hue angle of 301.1º 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 #DE04DA is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 4 218 -
CMYK 0 0.98 0.02 0.13
HSL 301.1º 0.96% 0.44% -
HSV(B) 301.1º 0.98% 0.87% -
XYZ 42.82 20.68 68.06 -
YUV 93.58 198.22 219.6 -
System Red Green Blue C M Y K H S L
Decimal 222 4 218 0 0.98 0.02 0.13 301.1 0.96 0.44
Hex DE 4 DA 0 62 2 D 12D 60 2C
Octal 336 4 332 0 142 2 15 455 140 54
Binary 11011110 100 11011010 0 1100010 10 1101 100101101 1100000 101100

Color Harmonies of #DE04DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE04DA

Black with #DE04DA

Text Example


Text Example

White with #DE04DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE04DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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