Html Css Color HEX #DE04DB Deep Magenta

📋 copy color: '#DE04DB'

red 222 ◦ green 4 ◦ blue 219

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

Shades of Deep Magenta #DE04DB

Tints of Deep Magenta #DE04DB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE04DB (or 0xDE04DB) is known color: Deep Magenta. HEX triplet: DE, 04 and DB. RGB value is (222,4,219). Sum of RGB (Red+Green+Blue) = 222+4+219=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE04DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE04DB is #21FB24. Grayscale: #5D5D5D. Windows color (decimal): -2226981 or 14353630. OLE color: 14353630.

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

Color convert

RGB 222 4 219 -
CMYK 0 0.98 0.01 0.13
HSL 300.83º 0.96% 0.44% -
HSV(B) 300.83º 0.98% 0.87% -
XYZ 42.95 20.73 68.76 -
YUV 93.69 198.72 219.52 -
System Red Green Blue C M Y K H S L
Decimal 222 4 219 0 0.98 0.01 0.13 300.83 0.96 0.44
Hex DE 4 DB 0 62 1 D 12D 60 2C
Octal 336 4 333 0 142 1 15 455 140 54
Binary 11011110 100 11011011 0 1100010 1 1101 100101101 1100000 101100

Color Harmonies of #DE04DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE04DB

Black with #DE04DB

Text Example


Text Example

White with #DE04DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE04DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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