#DA2589

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

Shades of Deep Cerise #DA2589

Tints of Deep Cerise #DA2589

Color information

#DA2589 (or 0xDA2589) is unknown color: approx Deep Cerise. HEX triplet: DA, 25 and 89. RGB value is (218,37,137). Sum of RGB (Red+Green+Blue) = 218+37+137=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2589 is #25DA76. Grayscale: #666666. Windows color (decimal): -2480759 or 8988122. OLE color: 8988122.

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

Color convert

RGB21837137-
CMYK00.830.370.15
HSL326.85º70.98%50%-
HSV(B)326.85º83.03%85.49%-
XYZ34.0918.0325.35-
YUV102.52147.47210.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.61%
GREEN value IS 37 (14.84% from 255) = 9.44%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=55.61%
G=9.44%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183713700.830.370.15326.8570.9850
HexDA258905325F1474732
Octal332452110123451750710762
Binary11011010100101100010010101001110010111111010001111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2589; }

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

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

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

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

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

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

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

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