Html Css Color HEX #DB1FDE Deep Magenta

📋 copy color: '#DB1FDE'

red 219 ◦ green 31 ◦ blue 222

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

Shades of Deep Magenta #DB1FDE

Tints of Deep Magenta #DB1FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 46.4%
G = 6.57%
B = 47.03%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB1FDE (or 0xDB1FDE) is known color: Deep Magenta. HEX triplet: DB, 1F and DE. RGB value is (219,31,222). Sum of RGB (Red+Green+Blue) = 219+31+222=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 31 (12.5% from 255 or 6.57% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB1FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1FDE is #24E021. Grayscale: #6C6C6C. Windows color (decimal): -2416674 or 14557147. OLE color: 14557147.

HSL color Cylindrical-coordinate representation of color #DB1FDE: hue angle of 299.06º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1FDE is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 31 222 -
CMYK 0.01 0.86 0 0.13
HSL 299.06º 0.75% 0.5% -
HSV(B) 299.06º 0.86% 0.87% -
XYZ 42.89 21.31 70.96 -
YUV 108.99 191.78 206.47 -
System Red Green Blue C M Y K H S L
Decimal 219 31 222 0.01 0.86 0 0.13 299.06 0.75 0.5
Hex DB 1F DE 1 56 0 D 12B 4B 32
Octal 333 37 336 1 126 0 15 453 113 62
Binary 11011011 11111 11011110 1 1010110 0 1101 100101011 1001011 110010

Color Harmonies of #DB1FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1FDE

Black with #DB1FDE

Text Example


Text Example

White with #DB1FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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