#DC2596

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

Shades of Deep Cerise #DC2596

Tints of Deep Cerise #DC2596

Color information

#DC2596 (or 0xDC2596) is unknown color: approx Deep Cerise. HEX triplet: DC, 25 and 96. RGB value is (220,37,150). Sum of RGB (Red+Green+Blue) = 220+37+150=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2596 is #23DA69. Grayscale: #686868. Windows color (decimal): -2349674 or 9840092. OLE color: 9840092.

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

Color convert

RGB22037150-
CMYK00.830.320.14
HSL322.95º72.33%50.39%-
HSV(B)322.95º83.18%86.27%-
XYZ35.6818.7430.59-
YUV104.6153.63210.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.05%
GREEN value IS 37 (14.84% from 255) = 9.09%
BLUE value IS 150 (58.98% from 255) = 36.86%
R=54.05%
G=9.09%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2203715000.830.320.14322.9572.3350.39
HexDC259605320E1434832
Octal334452260123401650311062
Binary11011100100101100101100101001110000011101010000111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2596; }

 p { color: rgb(220,37,150); }

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

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

 a { background-color: rgb(220,37,150); }

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

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

 span { border-color: rgb(220,37,150); }

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