#DA2991

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

Shades of Deep Cerise #DA2991

Tints of Deep Cerise #DA2991

Color information

#DA2991 (or 0xDA2991) is unknown color: approx Deep Cerise. HEX triplet: DA, 29 and 91. RGB value is (218,41,145). Sum of RGB (Red+Green+Blue) = 218+41+145=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2991 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2991 is #25D66E. Grayscale: #696969. Windows color (decimal): -2479727 or 9513434. OLE color: 9513434.

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

Color convert

RGB21841145-
CMYK00.810.330.15
HSL324.75º70.52%50.78%-
HSV(B)324.75º81.19%85.49%-
XYZ34.8218.5428.53-
YUV105.78150.14208.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.96%
GREEN value IS 41 (16.41% from 255) = 10.15%
BLUE value IS 145 (57.03% from 255) = 35.89%
R=53.96%
G=10.15%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184114500.810.330.15324.7570.5250.78
HexDA299105121F1454733
Octal332512210121411750510763
Binary11011010101001100100010101000110000111111010001011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2991; }

 p { color: rgb(218,41,145); }

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

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

 a { background-color: rgb(218,41,145); }

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

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

 span { border-color: rgb(218,41,145); }

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