Html Css Color HEX #DB1DE0 Deep Magenta

📋 copy color: '#DB1DE0'

red 219 ◦ green 29 ◦ blue 224

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

Shades of Deep Magenta #DB1DE0

Tints of Deep Magenta #DB1DE0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.14%

 BLUE value IS 224 (87.89% from 255) = 47.46%

R = 46.4%
G = 6.14%
B = 47.46%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB1DE0 (or 0xDB1DE0) is known color: Deep Magenta. HEX triplet: DB, 1D and E0. RGB value is (219,29,224). Sum of RGB (Red+Green+Blue) = 219+29+224=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 29 (11.72% from 255 or 6.14% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB1DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1DE0 is #24E21F. Grayscale: #6B6B6B. Windows color (decimal): -2417184 or 14687707. OLE color: 14687707.

HSL color Cylindrical-coordinate representation of color #DB1DE0: hue angle of 298.46º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1DE0 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 29 224 -
CMYK 0.02 0.87 0 0.12
HSL 298.46º 0.77% 0.5% -
HSV(B) 298.46º 0.87% 0.88% -
XYZ 43.11 21.32 72.36 -
YUV 108.04 193.45 207.14 -
System Red Green Blue C M Y K H S L
Decimal 219 29 224 0.02 0.87 0 0.12 298.46 0.77 0.5
Hex DB 1D E0 2 57 0 C 12A 4D 32
Octal 333 35 340 2 127 0 14 452 115 62
Binary 11011011 11101 11100000 10 1010111 0 1100 100101010 1001101 110010

Color Harmonies of #DB1DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1DE0

Black with #DB1DE0

Text Example


Text Example

White with #DB1DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1DE0; }

 p { color: rgb(219,29,224); }

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

background-color css

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

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

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

border-color css

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

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

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