#DA2793

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

Shades of Deep Cerise #DA2793

Tints of Deep Cerise #DA2793

Color information

#DA2793 (or 0xDA2793) is unknown color: approx Deep Cerise. HEX triplet: DA, 27 and 93. RGB value is (218,39,147). Sum of RGB (Red+Green+Blue) = 218+39+147=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2793 is #25D86C. Grayscale: #686868. Windows color (decimal): -2480237 or 9643994. OLE color: 9643994.

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

Color convert

RGB21839147-
CMYK00.820.330.15
HSL323.8º70.75%50.39%-
HSV(B)323.8º82.11%85.49%-
XYZ34.9118.4629.33-
YUV104.83151.8208.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.96%
GREEN value IS 39 (15.62% from 255) = 9.65%
BLUE value IS 147 (57.81% from 255) = 36.39%
R=53.96%
G=9.65%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183914700.820.330.15323.870.7550.39
HexDA279305221F1444732
Octal332472230122411750410762
Binary11011010100111100100110101001010000111111010001001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2793; }

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

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

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

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

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

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

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

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