Html Css Color HEX #DE00DC Deep Magenta

📋 copy color: '#DE00DC'

red 222 ◦ green 0 ◦ blue 220

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

Shades of Deep Magenta #DE00DC

Tints of Deep Magenta #DE00DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 50.23%
G = 0%
B = 49.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE00DC (or 0xDE00DC) is known color: Deep Magenta. HEX triplet: DE, 00 and DC. RGB value is (222,0,220). Sum of RGB (Red+Green+Blue) = 222+0+220=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 0 (0.39% from 255 or 0% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE00DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE00DC is #21FF23. Grayscale: #5A5A5A. Windows color (decimal): -2228004 or 14418142. OLE color: 14418142.

HSL color Cylindrical-coordinate representation of color #DE00DC: hue angle of 300.54º 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 #DE00DC is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 0 220 -
CMYK 0 1 0.01 0.13
HSL 300.54º 1% 0.44% -
HSV(B) 300.54º 1% 0.87% -
XYZ 43.04 20.7 69.44 -
YUV 91.46 200.55 221.11 -
System Red Green Blue C M Y K H S L
Decimal 222 0 220 0 1 0.01 0.13 300.54 1 0.44
Hex DE 0 DC 0 64 1 D 12D 64 2C
Octal 336 0 334 0 144 1 15 455 144 54
Binary 11011110 0 11011100 0 1100100 1 1101 100101101 1100100 101100

Color Harmonies of #DE00DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE00DC

Black with #DE00DC

Text Example


Text Example

White with #DE00DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE00DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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