Html Css Color HEX #DE03DB Deep Magenta

📋 copy color: '#DE03DB'

red 222 ◦ green 3 ◦ blue 219

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

Shades of Deep Magenta #DE03DB

Tints of Deep Magenta #DE03DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.68%

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

R = 50%
G = 0.68%
B = 49.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE03DB (or 0xDE03DB) is known color: Deep Magenta. HEX triplet: DE, 03 and DB. RGB value is (222,3,219). Sum of RGB (Red+Green+Blue) = 222+3+219=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 3 (1.56% from 255 or 0.68% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE03DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE03DB is #21FC24. Grayscale: #5C5C5C. Windows color (decimal): -2227237 or 14353374. OLE color: 14353374.

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

Color convert

RGB 222 3 219 -
CMYK 0 0.99 0.01 0.13
HSL 300.82º 0.97% 0.44% -
HSV(B) 300.82º 0.99% 0.87% -
XYZ 42.94 20.71 68.75 -
YUV 93.11 199.05 219.94 -
System Red Green Blue C M Y K H S L
Decimal 222 3 219 0 0.99 0.01 0.13 300.82 0.97 0.44
Hex DE 3 DB 0 63 1 D 12D 61 2C
Octal 336 3 333 0 143 1 15 455 141 54
Binary 11011110 11 11011011 0 1100011 1 1101 100101101 1100001 101100

Color Harmonies of #DE03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE03DB

Black with #DE03DB

Text Example


Text Example

White with #DE03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE03DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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