Html Css Color HEX #DB1FDC Deep Magenta

📋 copy color: '#DB1FDC'

red 219 ◦ green 31 ◦ blue 220

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

Shades of Deep Magenta #DB1FDC

Tints of Deep Magenta #DB1FDC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.6%

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

R = 46.6%
G = 6.6%
B = 46.81%

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

#DB1FDC (or 0xDB1FDC) is known color: Deep Magenta. HEX triplet: DB, 1F and DC. RGB value is (219,31,220). Sum of RGB (Red+Green+Blue) = 219+31+220=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 31 (12.5% from 255 or 6.60% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB1FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FDC is #24E023. Grayscale: #6C6C6C. Windows color (decimal): -2416676 or 14426075. OLE color: 14426075.

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

Color convert

RGB 219 31 220 -
CMYK 0.00 0.86 0 0.14
HSL 299.68º 0.75% 0.49% -
HSV(B) 299.68º 0.86% 0.86% -
XYZ 42.62 21.21 69.56 -
YUV 108.76 190.78 206.63 -
System Red Green Blue C M Y K H S L
Decimal 219 31 220 0.00 0.86 0 0.14 299.68 0.75 0.49
Hex DB 1F DC 0 56 0 E 12C 4B 31
Octal 333 37 334 0 126 0 16 454 113 61
Binary 11011011 11111 11011100 0 1010110 0 1110 100101100 1001011 110001

Color Harmonies of #DB1FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1FDC

Black with #DB1FDC

Text Example


Text Example

White with #DB1FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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