Html Css Color HEX #DB1FD6 Deep Magenta

📋 copy color: '#DB1FD6'

red 219 ◦ green 31 ◦ blue 214

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

Shades of Deep Magenta #DB1FD6

Tints of Deep Magenta #DB1FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.12%

R = 47.2%
G = 6.68%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DB1FD6 (or 0xDB1FD6) is known color: Deep Magenta. HEX triplet: DB, 1F and D6. RGB value is (219,31,214). Sum of RGB (Red+Green+Blue) = 219+31+214=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 31 (12.5% from 255 or 6.68% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1FD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FD6 is #24E029. Grayscale: #6B6B6B. Windows color (decimal): -2416682 or 14032859. OLE color: 14032859.

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

Color convert

RGB 219 31 214 -
CMYK 0 0.86 0.02 0.14
HSL 301.6º 0.75% 0.49% -
HSV(B) 301.6º 0.86% 0.86% -
XYZ 41.84 20.9 65.45 -
YUV 108.07 187.78 207.12 -
System Red Green Blue C M Y K H S L
Decimal 219 31 214 0 0.86 0.02 0.14 301.6 0.75 0.49
Hex DB 1F D6 0 56 2 E 12E 4B 31
Octal 333 37 326 0 126 2 16 456 113 61
Binary 11011011 11111 11010110 0 1010110 10 1110 100101110 1001011 110001

Color Harmonies of #DB1FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1FD6

Black with #DB1FD6

Text Example


Text Example

White with #DB1FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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