Html Css Color HEX #DE00DE Deep Magenta

📋 copy color: '#DE00DE'

red 222 ◦ green 0 ◦ blue 222

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

Shades of Deep Magenta #DE00DE

Tints of Deep Magenta #DE00DE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE00DE (or 0xDE00DE) is known color: Deep Magenta. HEX triplet: DE, 00 and DE. RGB value is (222,0,222). Sum of RGB (Red+Green+Blue) = 222+0+222=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE00DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE00DE is #21FF21. Grayscale: #5B5B5B. Windows color (decimal): -2228002 or 14549214. OLE color: 14549214.

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

Color convert

RGB 222 0 222 -
CMYK 0 1 0 0.13
HSL 300º 1% 0.44% -
HSV(B) 300º 1% 0.87% -
XYZ 43.31 20.8 70.84 -
YUV 91.69 201.55 220.95 -
System Red Green Blue C M Y K H S L
Decimal 222 0 222 0 1 0 0.13 300 1 0.44
Hex DE 0 DE 0 64 0 D 12C 64 2C
Octal 336 0 336 0 144 0 15 454 144 54
Binary 11011110 0 11011110 0 1100100 0 1101 100101100 1100100 101100

Color Harmonies of #DE00DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE00DE

Black with #DE00DE

Text Example


Text Example

White with #DE00DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE00DE; }

 p { color: rgb(222,0,222); }

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

background-color css

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

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

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

border-color css

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

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

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