#DB0FE1

Color #DB0FE1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #DB0FE1

Tints of Deep Magenta #DB0FE1

Color information

#DB0FE1 (or 0xDB0FE1) is unknown color: approx Deep Magenta. HEX triplet: DB, 0F and E1. RGB value is (219,15,225). Sum of RGB (Red+Green+Blue) = 219+15+225=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 15 (6.25% from 255 or 3.27% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB0FE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FE1 is #24F01E. Grayscale: #636363. Windows color (decimal): -2420767 or 14749659. OLE color: 14749659.

HSL color Cylindrical-coordinate representation of color #DB0FE1: hue angle of 298.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB0FE1 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21915225-
CMYK0.030.9300.12
HSL298.29º87.5%47.06%-
HSV(B)298.29º93.33%88.24%-
XYZ42.9720.8472.99-
YUV99.94198.59212.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.71%
GREEN value IS 15 (6.25% from 255) = 3.27%
BLUE value IS 225 (88.28% from 255) = 49.02%
R=47.71%
G=3.27%
B=49.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal219152250.030.9300.12298.2987.547.06
HexDBFE135D0C12a582f
Octal33317341313501445213057
Binary11011011111111100001111011101011001001010101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB0FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB0FE1; }

 p { color: rgb(219,15,225); }

 H1.HeaderClassName
 {
   color: #DB0FE1;
 }
 .AnyTagClassName
 {
   color: #DB0FE1;
 }
</style>
background-color css

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

 a { background-color: rgb(219,15,225); }

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

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

 span { border-color: rgb(219,15,225); }

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