#DA2394

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

Shades of Deep Cerise #DA2394

Tints of Deep Cerise #DA2394

Color information

#DA2394 (or 0xDA2394) is unknown color: approx Deep Cerise. HEX triplet: DA, 23 and 94. RGB value is (218,35,148). Sum of RGB (Red+Green+Blue) = 218+35+148=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 148 (58.20% from 255 or 36.91% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2394 is #25DC6B. Grayscale: #666666. Windows color (decimal): -2481260 or 9708506. OLE color: 9708506.

HSL color Cylindrical-coordinate representation of color #DA2394: hue angle of 322.95º 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 #DA2394 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB21835148-
CMYK00.840.320.15
HSL322.95º72.33%49.61%-
HSV(B)322.95º83.94%85.49%-
XYZ34.8618.2529.7-
YUV102.6153.63210.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 54.36%
GREEN value IS 35 (14.06% from 255) = 8.73%
BLUE value IS 148 (58.20% from 255) = 36.91%
R=54.36%
G=8.73%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183514800.840.320.15322.9572.3349.61
HexDA239405420F1434832
Octal332432240124401750311062
Binary11011010100011100101000101010010000011111010000111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2394; }

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

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

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

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

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

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

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

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