Html Css Color HEX #DE05DB Deep Magenta

📋 copy color: '#DE05DB'

red 222 ◦ green 5 ◦ blue 219

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

Shades of Deep Magenta #DE05DB

Tints of Deep Magenta #DE05DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.12%

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

R = 49.78%
G = 1.12%
B = 49.1%

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

#DE05DB (or 0xDE05DB) is known color: Deep Magenta. HEX triplet: DE, 05 and DB. RGB value is (222,5,219). Sum of RGB (Red+Green+Blue) = 222+5+219=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 5 (2.34% from 255 or 1.12% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE05DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE05DB is #21FA24. Grayscale: #5D5D5D. Windows color (decimal): -2226725 or 14353886. OLE color: 14353886.

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

Color convert

RGB 222 5 219 -
CMYK 0 0.98 0.01 0.13
HSL 300.83º 0.96% 0.45% -
HSV(B) 300.83º 0.98% 0.87% -
XYZ 42.96 20.75 68.76 -
YUV 94.28 198.39 219.1 -
System Red Green Blue C M Y K H S L
Decimal 222 5 219 0 0.98 0.01 0.13 300.83 0.96 0.45
Hex DE 5 DB 0 62 1 D 12D 60 2D
Octal 336 5 333 0 142 1 15 455 140 55
Binary 11011110 101 11011011 0 1100010 1 1101 100101101 1100000 101101

Color Harmonies of #DE05DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE05DB

Black with #DE05DB

Text Example


Text Example

White with #DE05DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE05DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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