Html Css Color HEX #DE01DE Deep Magenta

📋 copy color: '#DE01DE'

red 222 ◦ green 1 ◦ blue 222

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

Shades of Deep Magenta #DE01DE

Tints of Deep Magenta #DE01DE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 49.89%
G = 0.22%
B = 49.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE01DE (or 0xDE01DE) is known color: Deep Magenta. HEX triplet: DE, 01 and DE. RGB value is (222,1,222). Sum of RGB (Red+Green+Blue) = 222+1+222=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 1 (0.78% from 255 or 0.22% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE01DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE01DE is #21FE21. Grayscale: #5B5B5B. Windows color (decimal): -2227746 or 14549470. OLE color: 14549470.

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

Color convert

RGB 222 1 222 -
CMYK 0 1.00 0 0.13
HSL 300º 0.99% 0.44% -
HSV(B) 300º 1% 0.87% -
XYZ 43.32 20.83 70.84 -
YUV 92.27 201.22 220.53 -
System Red Green Blue C M Y K H S L
Decimal 222 1 222 0 1.00 0 0.13 300 0.99 0.44
Hex DE 1 DE 0 64 0 D 12C 63 2C
Octal 336 1 336 0 144 0 15 454 143 54
Binary 11011110 1 11011110 0 1100100 0 1101 100101100 1100011 101100

Color Harmonies of #DE01DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE01DE

Black with #DE01DE

Text Example


Text Example

White with #DE01DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE01DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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