Html Css Color HEX #DB1EDB Deep Magenta

📋 copy color: '#DB1EDB'

red 219 ◦ green 30 ◦ blue 219

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

Shades of Deep Magenta #DB1EDB

Tints of Deep Magenta #DB1EDB

RGB

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

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

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

R = 46.79%
G = 6.41%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB1EDB (or 0xDB1EDB) is known color: Deep Magenta. HEX triplet: DB, 1E and DB. RGB value is (219,30,219). Sum of RGB (Red+Green+Blue) = 219+30+219=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB1EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1EDB is #24E124. Grayscale: #6B6B6B. Windows color (decimal): -2416933 or 14360283. OLE color: 14360283.

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

Color convert

RGB 219 30 219 -
CMYK 0 0.86 0 0.14
HSL 300º 0.76% 0.49% -
HSV(B) 300º 0.86% 0.86% -
XYZ 42.46 21.1 68.85 -
YUV 108.06 190.62 207.13 -
System Red Green Blue C M Y K H S L
Decimal 219 30 219 0 0.86 0 0.14 300 0.76 0.49
Hex DB 1E DB 0 56 0 E 12C 4C 31
Octal 333 36 333 0 126 0 16 454 114 61
Binary 11011011 11110 11011011 0 1010110 0 1110 100101100 1001100 110001

Color Harmonies of #DB1EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1EDB

Black with #DB1EDB

Text Example


Text Example

White with #DB1EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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