#DA3594

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

Shades of Deep Cerise #DA3594

Tints of Deep Cerise #DA3594

Color information

#DA3594 (or 0xDA3594) is unknown color: approx Deep Cerise. HEX triplet: DA, 35 and 94. RGB value is (218,53,148). Sum of RGB (Red+Green+Blue) = 218+53+148=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3594 is #25CA6B. Grayscale: #707070. Windows color (decimal): -2476652 or 9713114. OLE color: 9713114.

HSL color Cylindrical-coordinate representation of color #DA3594: hue angle of 325.45º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA3594 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB21853148-
CMYK00.760.320.15
HSL325.45º69.04%53.14%-
HSV(B)325.45º75.69%85.49%-
XYZ35.5319.5929.93-
YUV113.16147.66202.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.03%
GREEN value IS 53 (21.09% from 255) = 12.65%
BLUE value IS 148 (58.20% from 255) = 35.32%
R=52.03%
G=12.65%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185314800.760.320.15325.4569.0453.14
HexDA359404C20F1454535
Octal332652240114401750510565
Binary11011010110101100101000100110010000011111010001011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3594; }

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

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

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

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

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

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

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

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