Html Css Color HEX #DE0EDE Deep Magenta

📋 copy color: '#DE0EDE'

red 222 ◦ green 14 ◦ blue 222

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

Shades of Deep Magenta #DE0EDE

Tints of Deep Magenta #DE0EDE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.06%

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

R = 48.47%
G = 3.06%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE0EDE (or 0xDE0EDE) is known color: Deep Magenta. HEX triplet: DE, 0E and DE. RGB value is (222,14,222). Sum of RGB (Red+Green+Blue) = 222+14+222=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE0EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0EDE is #21F121. Grayscale: #636363. Windows color (decimal): -2224418 or 14552798. OLE color: 14552798.

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

Color convert

RGB 222 14 222 -
CMYK 0 0.94 0 0.13
HSL 300º 0.88% 0.46% -
HSV(B) 300º 0.94% 0.87% -
XYZ 43.47 21.12 70.89 -
YUV 99.9 196.91 215.09 -
System Red Green Blue C M Y K H S L
Decimal 222 14 222 0 0.94 0 0.13 300 0.88 0.46
Hex DE E DE 0 5E 0 D 12C 58 2E
Octal 336 16 336 0 136 0 15 454 130 56
Binary 11011110 1110 11011110 0 1011110 0 1101 100101100 1011000 101110

Color Harmonies of #DE0EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0EDE

Black with #DE0EDE

Text Example


Text Example

White with #DE0EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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