#DE03BE

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

Shades of Deep Magenta #DE03BE

Tints of Deep Magenta #DE03BE

Color information

#DE03BE (or 0xDE03BE) is unknown color: approx Deep Magenta. HEX triplet: DE, 03 and BE. RGB value is (222,3,190). Sum of RGB (Red+Green+Blue) = 222+3+190=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 3 (1.56% from 255 or 0.72% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE03BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE03BE is #21FC41. Grayscale: #595959. Windows color (decimal): -2227266 or 12452830. OLE color: 12452830.

HSL color Cylindrical-coordinate representation of color #DE03BE: hue angle of 308.77º degrees, saturation: 0.97, 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 #DE03BE is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB2223190-
CMYK00.990.140.13
HSL308.77º97.33%44.12%-
HSV(B)308.77º98.65%87.06%-
XYZ39.4519.3150.36-
YUV89.8184.55222.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.49%
GREEN value IS 3 (1.56% from 255) = 0.72%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=53.49%
G=0.72%
B=45.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222319000.990.140.13308.7797.3344.12
HexDE3BE063ED135612c
Octal33632760143161546514154
Binary11011110111011111001100011111011011001101011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE03BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE03BE; }

 p { color: rgb(222,3,190); }

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

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

 a { background-color: rgb(222,3,190); }

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

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

 span { border-color: rgb(222,3,190); }

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