#DB0FE0

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

Shades of Deep Magenta #DB0FE0

Tints of Deep Magenta #DB0FE0

Color information

#DB0FE0 (or 0xDB0FE0) is unknown color: approx Deep Magenta. HEX triplet: DB, 0F and E0. RGB value is (219,15,224). Sum of RGB (Red+Green+Blue) = 219+15+224=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 15 (6.25% from 255 or 3.28% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB0FE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0FE0 is #24F01F. Grayscale: #636363. Windows color (decimal): -2420768 or 14684123. OLE color: 14684123.

HSL color Cylindrical-coordinate representation of color #DB0FE0: hue angle of 298.56º degrees, saturation: 0.87, 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 #DB0FE0 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21915224-
CMYK0.020.9300.12
HSL298.56º87.45%46.86%-
HSV(B)298.56º93.3%87.84%-
XYZ42.8420.7872.27-
YUV99.82198.09213.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.82%
GREEN value IS 15 (6.25% from 255) = 3.28%
BLUE value IS 224 (87.89% from 255) = 48.91%
R=47.82%
G=3.28%
B=48.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal219152240.020.9300.12298.5687.4546.86
HexDBFE025D0C12b572f
Octal33317340213501445312757
Binary11011011111111100000101011101011001001010111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB0FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB0FE0; }

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

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

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

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

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

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

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

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