#DA2586

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

Shades of Deep Cerise #DA2586

Tints of Deep Cerise #DA2586

Color information

#DA2586 (or 0xDA2586) is unknown color: approx Deep Cerise. HEX triplet: DA, 25 and 86. RGB value is (218,37,134). Sum of RGB (Red+Green+Blue) = 218+37+134=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2586 is #25DA79. Grayscale: #656565. Windows color (decimal): -2480762 or 8791514. OLE color: 8791514.

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

Color convert

RGB21837134-
CMYK00.830.390.15
HSL327.85º70.98%50%-
HSV(B)327.85º83.03%85.49%-
XYZ33.8817.9524.23-
YUV102.18145.97210.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.04%
GREEN value IS 37 (14.84% from 255) = 9.51%
BLUE value IS 134 (52.73% from 255) = 34.45%
R=56.04%
G=9.51%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183713400.830.390.15327.8570.9850
HexDA258605327F1484732
Octal332452060123471751010762
Binary11011010100101100001100101001110011111111010010001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2586; }

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

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

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

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

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

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

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

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