#DC2B80

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

Shades of Deep Cerise #DC2B80

Tints of Deep Cerise #DC2B80

Color information

#DC2B80 (or 0xDC2B80) is unknown color: approx Deep Cerise. HEX triplet: DC, 2B and 80. RGB value is (220,43,128). Sum of RGB (Red+Green+Blue) = 220+43+128=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2B80 is #23D47F. Grayscale: #696969. Windows color (decimal): -2348160 or 8399836. OLE color: 8399836.

HSL color Cylindrical-coordinate representation of color #DC2B80: hue angle of 331.19º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2B80 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB22043128-
CMYK00.800.420.14
HSL331.19º71.66%51.57%-
HSV(B)331.19º80.45%86.27%-
XYZ34.2818.522.19-
YUV105.61140.64209.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.27%
GREEN value IS 43 (17.19% from 255) = 11.00%
BLUE value IS 128 (50.39% from 255) = 32.74%
R=56.27%
G=11.00%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2204312800.800.420.14331.1971.6651.57
HexDC2B800502AE14b4834
Octal334532000120521651311064
Binary11011100101011100000000101000010101011101010010111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2B80; }

 p { color: rgb(220,43,128); }

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

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

 a { background-color: rgb(220,43,128); }

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

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

 span { border-color: rgb(220,43,128); }

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