#DA3778

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

Shades of Deep Cerise #DA3778

Tints of Deep Cerise #DA3778

Color information

#DA3778 (or 0xDA3778) is unknown color: approx Deep Cerise. HEX triplet: DA, 37 and 78. RGB value is (218,55,120). Sum of RGB (Red+Green+Blue) = 218+55+120=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3778 is #25C887. Grayscale: #6F6F6F. Windows color (decimal): -2476168 or 7878618. OLE color: 7878618.

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

Color convert

RGB21855120-
CMYK00.750.450.15
HSL336.07º68.78%53.53%-
HSV(B)336.07º74.77%85.49%-
XYZ33.6718.9919.66-
YUV111.15133204.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.47%
GREEN value IS 55 (21.88% from 255) = 13.99%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=55.47%
G=13.99%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185512000.750.450.15336.0768.7853.53
HexDA377804B2DF1504536
Octal332671700113551752010566
Binary1101101011011111110000100101110110111111010100001000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3778; }

 p { color: rgb(218,55,120); }

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

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

 a { background-color: rgb(218,55,120); }

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

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

 span { border-color: rgb(218,55,120); }

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