#DA2588

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

Shades of Deep Cerise #DA2588

Tints of Deep Cerise #DA2588

Color information

#DA2588 (or 0xDA2588) is unknown color: approx Deep Cerise. HEX triplet: DA, 25 and 88. RGB value is (218,37,136). Sum of RGB (Red+Green+Blue) = 218+37+136=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2588 is #25DA77. Grayscale: #666666. Windows color (decimal): -2480760 or 8922586. OLE color: 8922586.

HSL color Cylindrical-coordinate representation of color #DA2588: hue angle of 327.18º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2588 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB21837136-
CMYK00.830.380.15
HSL327.18º70.98%50%-
HSV(B)327.18º83.03%85.49%-
XYZ34.0218.0124.98-
YUV102.4146.97210.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.75%
GREEN value IS 37 (14.84% from 255) = 9.46%
BLUE value IS 136 (53.52% from 255) = 34.78%
R=55.75%
G=9.46%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183713600.830.380.15327.1870.9850
HexDA258805326F1474732
Octal332452100123461750710762
Binary11011010100101100010000101001110011011111010001111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2588; }

 p { color: rgb(218,37,136); }

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

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

 a { background-color: rgb(218,37,136); }

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

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

 span { border-color: rgb(218,37,136); }

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