#DA2790

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

Shades of Deep Cerise #DA2790

Tints of Deep Cerise #DA2790

Color information

#DA2790 (or 0xDA2790) is unknown color: approx Deep Cerise. HEX triplet: DA, 27 and 90. RGB value is (218,39,144). Sum of RGB (Red+Green+Blue) = 218+39+144=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2790 is #25D86F. Grayscale: #686868. Windows color (decimal): -2480240 or 9447386. OLE color: 9447386.

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

Color convert

RGB21839144-
CMYK00.820.340.15
HSL324.8º70.75%50.39%-
HSV(B)324.8º82.11%85.49%-
XYZ34.6718.3728.1-
YUV104.49150.3208.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.36%
GREEN value IS 39 (15.62% from 255) = 9.73%
BLUE value IS 144 (56.64% from 255) = 35.91%
R=54.36%
G=9.73%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183914400.820.340.15324.870.7550.39
HexDA279005222F1454732
Octal332472200122421750510762
Binary11011010100111100100000101001010001011111010001011000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2790; }

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

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

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

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

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

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

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

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