#DE02B9

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

Shades of Deep Magenta #DE02B9

Tints of Deep Magenta #DE02B9

Color information

#DE02B9 (or 0xDE02B9) is unknown color: approx Deep Magenta. HEX triplet: DE, 02 and B9. RGB value is (222,2,185). Sum of RGB (Red+Green+Blue) = 222+2+185=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE02B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE02B9 is #21FD46. Grayscale: #585858. Windows color (decimal): -2227527 or 12124894. OLE color: 12124894.

HSL color Cylindrical-coordinate representation of color #DE02B9: hue angle of 310.09º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE02B9 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB2222185-
CMYK00.990.170.13
HSL310.09º98.21%43.92%-
HSV(B)310.09º99.1%87.06%-
XYZ38.919.0847.53-
YUV88.64182.39223.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.28%
GREEN value IS 2 (1.17% from 255) = 0.49%
BLUE value IS 185 (72.66% from 255) = 45.23%
R=54.28%
G=0.49%
B=45.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222218500.990.170.13310.0998.2143.92
HexDE2B906311D136622c
Octal33622710143211546614254
Binary110111101010111001011000111000111011001101101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE02B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE02B9; }

 p { color: rgb(222,2,185); }

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

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

 a { background-color: rgb(222,2,185); }

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

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

 span { border-color: rgb(222,2,185); }

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