Html Css Color HEX #DE1EDB Deep Magenta

📋 copy color: '#DE1EDB'

red 222 ◦ green 30 ◦ blue 219

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

Shades of Deep Magenta #DE1EDB

Tints of Deep Magenta #DE1EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.37%

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

R = 47.13%
G = 6.37%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DE1EDB (or 0xDE1EDB) is known color: Deep Magenta. HEX triplet: DE, 1E and DB. RGB value is (222,30,219). Sum of RGB (Red+Green+Blue) = 222+30+219=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1EDB is #21E124. Grayscale: #6C6C6C. Windows color (decimal): -2220325 or 14360286. OLE color: 14360286.

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

Color convert

RGB 222 30 219 -
CMYK 0 0.86 0.01 0.13
HSL 300.94º 0.76% 0.49% -
HSV(B) 300.94º 0.86% 0.87% -
XYZ 43.37 21.57 68.9 -
YUV 108.95 190.11 208.63 -
System Red Green Blue C M Y K H S L
Decimal 222 30 219 0 0.86 0.01 0.13 300.94 0.76 0.49
Hex DE 1E DB 0 56 1 D 12D 4C 31
Octal 336 36 333 0 126 1 15 455 114 61
Binary 11011110 11110 11011011 0 1010110 1 1101 100101101 1001100 110001

Color Harmonies of #DE1EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1EDB

Black with #DE1EDB

Text Example


Text Example

White with #DE1EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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