Html Css Color HEX #DE1BDB Deep Magenta

📋 copy color: '#DE1BDB'

red 222 ◦ green 27 ◦ blue 219

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

Shades of Deep Magenta #DE1BDB

Tints of Deep Magenta #DE1BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.77%

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

R = 47.44%
G = 5.77%
B = 46.79%

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

#DE1BDB (or 0xDE1BDB) is known color: Deep Magenta. HEX triplet: DE, 1B and DB. RGB value is (222,27,219). Sum of RGB (Red+Green+Blue) = 222+27+219=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 27 (10.94% from 255 or 5.77% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1BDB is #21E424. Grayscale: #6A6A6A. Windows color (decimal): -2221093 or 14359518. OLE color: 14359518.

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

Color convert

RGB 222 27 219 -
CMYK 0 0.88 0.01 0.13
HSL 300.92º 0.78% 0.49% -
HSV(B) 300.92º 0.88% 0.87% -
XYZ 43.3 21.43 68.87 -
YUV 107.19 191.1 209.89 -
System Red Green Blue C M Y K H S L
Decimal 222 27 219 0 0.88 0.01 0.13 300.92 0.78 0.49
Hex DE 1B DB 0 58 1 D 12D 4E 31
Octal 336 33 333 0 130 1 15 455 116 61
Binary 11011110 11011 11011011 0 1011000 1 1101 100101101 1001110 110001

Color Harmonies of #DE1BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1BDB

Black with #DE1BDB

Text Example


Text Example

White with #DE1BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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