Html Css Color HEX #DB1EC1 Deep Magenta

📋 copy color: '#DB1EC1'

red 219 ◦ green 30 ◦ blue 193

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

Shades of Deep Magenta #DB1EC1

Tints of Deep Magenta #DB1EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.67%

R = 49.55%
G = 6.79%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB1EC1 (or 0xDB1EC1) is known color: Deep Magenta. HEX triplet: DB, 1E and C1. RGB value is (219,30,193). Sum of RGB (Red+Green+Blue) = 219+30+193=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1EC1 is #24E13E. Grayscale: #686868. Windows color (decimal): -2416959 or 12656347. OLE color: 12656347.

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

Color convert

RGB 219 30 193 -
CMYK 0 0.86 0.12 0.14
HSL 308.25º 0.76% 0.49% -
HSV(B) 308.25º 0.86% 0.86% -
XYZ 39.3 19.84 52.21 -
YUV 105.09 177.62 209.25 -
System Red Green Blue C M Y K H S L
Decimal 219 30 193 0 0.86 0.12 0.14 308.25 0.76 0.49
Hex DB 1E C1 0 56 C E 134 4C 31
Octal 333 36 301 0 126 14 16 464 114 61
Binary 11011011 11110 11000001 0 1010110 1100 1110 100110100 1001100 110001

Color Harmonies of #DB1EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1EC1

Black with #DB1EC1

Text Example


Text Example

White with #DB1EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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