Html Css Color HEX #DB1DE1 Deep Magenta

📋 copy color: '#DB1DE1'

red 219 ◦ green 29 ◦ blue 225

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

Shades of Deep Magenta #DB1DE1

Tints of Deep Magenta #DB1DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.57%

R = 46.3%
G = 6.13%
B = 47.57%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB1DE1 (or 0xDB1DE1) is known color: Deep Magenta. HEX triplet: DB, 1D and E1. RGB value is (219,29,225). Sum of RGB (Red+Green+Blue) = 219+29+225=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 29 (11.72% from 255 or 6.13% from 473); Blue value is 225 (88.28% from 255 or 47.57% from 473); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB1DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1DE1 is #24E21E. Grayscale: #6B6B6B. Windows color (decimal): -2417183 or 14753243. OLE color: 14753243.

HSL color Cylindrical-coordinate representation of color #DB1DE1: hue angle of 298.16º 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 #DB1DE1 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 29 225 -
CMYK 0.03 0.87 0 0.12
HSL 298.16º 0.77% 0.5% -
HSV(B) 298.16º 0.87% 0.88% -
XYZ 43.24 21.38 73.08 -
YUV 108.15 193.95 207.06 -
System Red Green Blue C M Y K H S L
Decimal 219 29 225 0.03 0.87 0 0.12 298.16 0.77 0.5
Hex DB 1D E1 3 57 0 C 12A 4D 32
Octal 333 35 341 3 127 0 14 452 115 62
Binary 11011011 11101 11100001 11 1010111 0 1100 100101010 1001101 110010

Color Harmonies of #DB1DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1DE1

Black with #DB1DE1

Text Example


Text Example

White with #DB1DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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