#DA4080

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

Shades of Deep Cerise #DA4080

Tints of Deep Cerise #DA4080

Color information

#DA4080 (or 0xDA4080) is unknown color: approx Deep Cerise. HEX triplet: DA, 40 and 80. RGB value is (218,64,128). Sum of RGB (Red+Green+Blue) = 218+64+128=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4080 is #25BF7F. Grayscale: #757575. Windows color (decimal): -2473856 or 8405210. OLE color: 8405210.

HSL color Cylindrical-coordinate representation of color #DA4080: hue angle of 335.06º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4080 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB21864128-
CMYK00.710.410.15
HSL335.06º67.54%55.29%-
HSV(B)335.06º70.64%85.49%-
XYZ34.6420.1322.48-
YUV117.34134.02199.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.17%
GREEN value IS 64 (25.39% from 255) = 15.61%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=53.17%
G=15.61%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186412800.710.410.15335.0667.5455.29
HexDA408004729F14f4437
Octal3321002000107511751710467
Binary110110101000000100000000100011110100111111010011111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4080; }

 p { color: rgb(218,64,128); }

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

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

 a { background-color: rgb(218,64,128); }

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

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

 span { border-color: rgb(218,64,128); }

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