Html Css Color HEX #DE1ADC Deep Magenta

📋 copy color: '#DE1ADC'

red 222 ◦ green 26 ◦ blue 220

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

Shades of Deep Magenta #DE1ADC

Tints of Deep Magenta #DE1ADC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.56%

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

R = 47.44%
G = 5.56%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE1ADC (or 0xDE1ADC) is known color: Deep Magenta. HEX triplet: DE, 1A and DC. RGB value is (222,26,220). Sum of RGB (Red+Green+Blue) = 222+26+220=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1ADC is #21E523. Grayscale: #6A6A6A. Windows color (decimal): -2221348 or 14424798. OLE color: 14424798.

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

Color convert

RGB 222 26 220 -
CMYK 0 0.88 0.01 0.13
HSL 300.61º 0.79% 0.49% -
HSV(B) 300.61º 0.88% 0.87% -
XYZ 43.41 21.44 69.56 -
YUV 106.72 191.93 210.23 -
System Red Green Blue C M Y K H S L
Decimal 222 26 220 0 0.88 0.01 0.13 300.61 0.79 0.49
Hex DE 1A DC 0 58 1 D 12D 4F 31
Octal 336 32 334 0 130 1 15 455 117 61
Binary 11011110 11010 11011100 0 1011000 1 1101 100101101 1001111 110001

Color Harmonies of #DE1ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1ADC

Black with #DE1ADC

Text Example


Text Example

White with #DE1ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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