#DC15BE

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

Shades of Deep Magenta #DC15BE

Tints of Deep Magenta #DC15BE

Color information

#DC15BE (or 0xDC15BE) is unknown color: approx Deep Magenta. HEX triplet: DC, 15 and BE. RGB value is (220,21,190). Sum of RGB (Red+Green+Blue) = 220+21+190=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15BE is #23EA41. Grayscale: #636363. Windows color (decimal): -2353730 or 12457436. OLE color: 12457436.

HSL color Cylindrical-coordinate representation of color #DC15BE: hue angle of 309.05º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC15BE is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB22021190-
CMYK00.900.140.14
HSL309.05º82.57%47.25%-
HSV(B)309.05º90.45%86.27%-
XYZ39.0819.4750.41-
YUV99.77178.93213.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.04%
GREEN value IS 21 (8.59% from 255) = 4.87%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=51.04%
G=4.87%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202119000.900.140.14309.0582.5747.25
HexDC15BE05AEE135532f
Octal334252760132161646512357
Binary11011100101011011111001011010111011101001101011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC15BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC15BE; }

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

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

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

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

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

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

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

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