Html Css Color HEX #DE1EDE Deep Magenta

📋 copy color: '#DE1EDE'

red 222 ◦ green 30 ◦ blue 222

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

Shades of Deep Magenta #DE1EDE

Tints of Deep Magenta #DE1EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.33%

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

R = 46.84%
G = 6.33%
B = 46.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE1EDE (or 0xDE1EDE) is known color: Deep Magenta. HEX triplet: DE, 1E and DE. RGB value is (222,30,222). Sum of RGB (Red+Green+Blue) = 222+30+222=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 30 (12.11% from 255 or 6.33% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE1EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1EDE is #21E121. Grayscale: #6C6C6C. Windows color (decimal): -2220322 or 14556894. OLE color: 14556894.

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

Color convert

RGB 222 30 222 -
CMYK 0 0.86 0 0.13
HSL 300º 0.76% 0.49% -
HSV(B) 300º 0.86% 0.87% -
XYZ 43.77 21.73 70.99 -
YUV 109.3 191.61 208.39 -
System Red Green Blue C M Y K H S L
Decimal 222 30 222 0 0.86 0 0.13 300 0.76 0.49
Hex DE 1E DE 0 56 0 D 12C 4C 31
Octal 336 36 336 0 126 0 15 454 114 61
Binary 11011110 11110 11011110 0 1010110 0 1101 100101100 1001100 110001

Color Harmonies of #DE1EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1EDE

Black with #DE1EDE

Text Example


Text Example

White with #DE1EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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