Html Css Color HEX #DE22DE Deep Magenta

📋 copy color: '#DE22DE'

red 222 ◦ green 34 ◦ blue 222

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

Shades of Deep Magenta #DE22DE

Tints of Deep Magenta #DE22DE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.11%

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

R = 46.44%
G = 7.11%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE22DE (or 0xDE22DE) is known color: Deep Magenta. HEX triplet: DE, 22 and DE. RGB value is (222,34,222). Sum of RGB (Red+Green+Blue) = 222+34+222=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 34 (13.67% from 255 or 7.11% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE22DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE22DE is #21DD21. Grayscale: #6F6F6F. Windows color (decimal): -2219298 or 14557918. OLE color: 14557918.

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

Color convert

RGB 222 34 222 -
CMYK 0 0.85 0 0.13
HSL 300º 0.74% 0.5% -
HSV(B) 300º 0.85% 0.87% -
XYZ 43.88 21.95 71.03 -
YUV 111.64 190.28 206.71 -
System Red Green Blue C M Y K H S L
Decimal 222 34 222 0 0.85 0 0.13 300 0.74 0.5
Hex DE 22 DE 0 55 0 D 12C 4A 32
Octal 336 42 336 0 125 0 15 454 112 62
Binary 11011110 100010 11011110 0 1010101 0 1101 100101100 1001010 110010

Color Harmonies of #DE22DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE22DE

Black with #DE22DE

Text Example


Text Example

White with #DE22DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE22DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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