Html Css Color HEX #DB1EDC Deep Magenta

📋 copy color: '#DB1EDC'

red 219 ◦ green 30 ◦ blue 220

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

Shades of Deep Magenta #DB1EDC

Tints of Deep Magenta #DB1EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 46.7%
G = 6.4%
B = 46.91%

CMYK

 C value IS 0.00

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB1EDC (or 0xDB1EDC) is known color: Deep Magenta. HEX triplet: DB, 1E and DC. RGB value is (219,30,220). Sum of RGB (Red+Green+Blue) = 219+30+220=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB1EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1EDC is #24E123. Grayscale: #6B6B6B. Windows color (decimal): -2416932 or 14425819. OLE color: 14425819.

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

Color convert

RGB 219 30 220 -
CMYK 0.00 0.86 0 0.14
HSL 299.68º 0.76% 0.49% -
HSV(B) 299.68º 0.86% 0.86% -
XYZ 42.6 21.16 69.55 -
YUV 108.17 191.12 207.05 -
System Red Green Blue C M Y K H S L
Decimal 219 30 220 0.00 0.86 0 0.14 299.68 0.76 0.49
Hex DB 1E DC 0 56 0 E 12C 4C 31
Octal 333 36 334 0 126 0 16 454 114 61
Binary 11011011 11110 11011100 0 1010110 0 1110 100101100 1001100 110001

Color Harmonies of #DB1EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1EDC

Black with #DB1EDC

Text Example


Text Example

White with #DB1EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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