Html Css Color HEX #DE1ADB Deep Magenta

📋 copy color: '#DE1ADB'

red 222 ◦ green 26 ◦ blue 219

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

Shades of Deep Magenta #DE1ADB

Tints of Deep Magenta #DE1ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 47.54%
G = 5.57%
B = 46.9%

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

#DE1ADB (or 0xDE1ADB) is known color: Deep Magenta. HEX triplet: DE, 1A and DB. RGB value is (222,26,219). Sum of RGB (Red+Green+Blue) = 222+26+219=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1ADB is #21E524. Grayscale: #6A6A6A. Windows color (decimal): -2221349 or 14359262. OLE color: 14359262.

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

Color convert

RGB 222 26 219 -
CMYK 0 0.88 0.01 0.13
HSL 300.92º 0.79% 0.49% -
HSV(B) 300.92º 0.88% 0.87% -
XYZ 43.28 21.38 68.86 -
YUV 106.61 191.43 210.31 -
System Red Green Blue C M Y K H S L
Decimal 222 26 219 0 0.88 0.01 0.13 300.92 0.79 0.49
Hex DE 1A DB 0 58 1 D 12D 4F 31
Octal 336 32 333 0 130 1 15 455 117 61
Binary 11011110 11010 11011011 0 1011000 1 1101 100101101 1001111 110001

Color Harmonies of #DE1ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1ADB

Black with #DE1ADB

Text Example


Text Example

White with #DE1ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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