#DA2390

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

Shades of Deep Cerise #DA2390

Tints of Deep Cerise #DA2390

Color information

#DA2390 (or 0xDA2390) is unknown color: approx Deep Cerise. HEX triplet: DA, 23 and 90. RGB value is (218,35,144). Sum of RGB (Red+Green+Blue) = 218+35+144=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2390 is #25DC6F. Grayscale: #656565. Windows color (decimal): -2481264 or 9446362. OLE color: 9446362.

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

Color convert

RGB21835144-
CMYK00.840.340.15
HSL324.26º72.33%49.61%-
HSV(B)324.26º83.94%85.49%-
XYZ34.5518.1228.06-
YUV102.14151.63210.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.91%
GREEN value IS 35 (14.06% from 255) = 8.82%
BLUE value IS 144 (56.64% from 255) = 36.27%
R=54.91%
G=8.82%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183514400.840.340.15324.2672.3349.61
HexDA239005422F1444832
Octal332432200124421750411062
Binary11011010100011100100000101010010001011111010001001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2390; }

 p { color: rgb(218,35,144); }

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

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

 a { background-color: rgb(218,35,144); }

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

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

 span { border-color: rgb(218,35,144); }

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