Html Css Color HEX #DB1ECE Deep Magenta

📋 copy color: '#DB1ECE'

red 219 ◦ green 30 ◦ blue 206

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

Shades of Deep Magenta #DB1ECE

Tints of Deep Magenta #DB1ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.27%

R = 48.13%
G = 6.59%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB1ECE (or 0xDB1ECE) is known color: Deep Magenta. HEX triplet: DB, 1E and CE. RGB value is (219,30,206). Sum of RGB (Red+Green+Blue) = 219+30+206=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1ECE is #24E131. Grayscale: #6A6A6A. Windows color (decimal): -2416946 or 13508315. OLE color: 13508315.

HSL color Cylindrical-coordinate representation of color #DB1ECE: hue angle of 304.13º 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 #DB1ECE is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 30 206 -
CMYK 0 0.86 0.06 0.14
HSL 304.13º 0.76% 0.49% -
HSV(B) 304.13º 0.86% 0.86% -
XYZ 40.82 20.44 60.19 -
YUV 106.58 184.12 208.19 -
System Red Green Blue C M Y K H S L
Decimal 219 30 206 0 0.86 0.06 0.14 304.13 0.76 0.49
Hex DB 1E CE 0 56 6 E 130 4C 31
Octal 333 36 316 0 126 6 16 460 114 61
Binary 11011011 11110 11001110 0 1010110 110 1110 100110000 1001100 110001

Color Harmonies of #DB1ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1ECE

Black with #DB1ECE

Text Example


Text Example

White with #DB1ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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