#DC2590

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

Shades of Deep Cerise #DC2590

Tints of Deep Cerise #DC2590

Color information

#DC2590 (or 0xDC2590) is unknown color: approx Deep Cerise. HEX triplet: DC, 25 and 90. RGB value is (220,37,144). Sum of RGB (Red+Green+Blue) = 220+37+144=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2590 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2590 is #23DA6F. Grayscale: #676767. Windows color (decimal): -2349680 or 9446876. OLE color: 9446876.

HSL color Cylindrical-coordinate representation of color #DC2590: hue angle of 324.92º 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 #DC2590 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB22037144-
CMYK00.830.350.14
HSL324.92º72.33%50.39%-
HSV(B)324.92º83.18%86.27%-
XYZ35.2118.5528.11-
YUV103.92150.63210.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.86%
GREEN value IS 37 (14.84% from 255) = 9.23%
BLUE value IS 144 (56.64% from 255) = 35.91%
R=54.86%
G=9.23%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2203714400.830.350.14324.9272.3350.39
HexDC259005323E1454832
Octal334452200123431650511062
Binary11011100100101100100000101001110001111101010001011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2590; }

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

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

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

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

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

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

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

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