#DA3776

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

Shades of Deep Cerise #DA3776

Tints of Deep Cerise #DA3776

Color information

#DA3776 (or 0xDA3776) is unknown color: approx Deep Cerise. HEX triplet: DA, 37 and 76. RGB value is (218,55,118). Sum of RGB (Red+Green+Blue) = 218+55+118=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3776 is #25C889. Grayscale: #6E6E6E. Windows color (decimal): -2476170 or 7747546. OLE color: 7747546.

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

Color convert

RGB21855118-
CMYK00.750.460.15
HSL336.81º68.78%53.53%-
HSV(B)336.81º74.77%85.49%-
XYZ33.5518.9519.03-
YUV110.92132204.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.75%
GREEN value IS 55 (21.88% from 255) = 14.07%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=55.75%
G=14.07%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2185511800.750.460.15336.8168.7853.53
HexDA377604B2EF1514536
Octal332671660113561752110566
Binary1101101011011111101100100101110111011111010100011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA3776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA3776; }

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

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

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

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

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

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

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

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