#DC01BE

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

Shades of Deep Magenta #DC01BE

Tints of Deep Magenta #DC01BE

Color information

#DC01BE (or 0xDC01BE) is unknown color: approx Deep Magenta. HEX triplet: DC, 01 and BE. RGB value is (220,1,190). Sum of RGB (Red+Green+Blue) = 220+1+190=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC01BE is #23FE41. Grayscale: #575757. Windows color (decimal): -2358850 or 12452316. OLE color: 12452316.

HSL color Cylindrical-coordinate representation of color #DC01BE: hue angle of 308.22º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC01BE is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB2201190-
CMYK01.000.140.14
HSL308.22º99.1%43.33%-
HSV(B)308.22º99.55%86.27%-
XYZ38.8218.9650.33-
YUV88.03185.55222.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.53%
GREEN value IS 1 (0.78% from 255) = 0.24%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=53.53%
G=0.24%
B=46.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220119001.000.140.14308.2299.143.33
HexDC1BE064EE134632b
Octal33412760144161646414353
Binary1101110011011111001100100111011101001101001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC01BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC01BE; }

 p { color: rgb(220,1,190); }

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

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

 a { background-color: rgb(220,1,190); }

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

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

 span { border-color: rgb(220,1,190); }

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