#DA2980

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

Shades of Deep Cerise #DA2980

Tints of Deep Cerise #DA2980

Color information

#DA2980 (or 0xDA2980) is unknown color: approx Deep Cerise. HEX triplet: DA, 29 and 80. RGB value is (218,41,128). Sum of RGB (Red+Green+Blue) = 218+41+128=387 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.33% from 387); Green value is 41 (16.41% from 255 or 10.59% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2980 is #25D67F. Grayscale: #676767. Windows color (decimal): -2479744 or 8399322. OLE color: 8399322.

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

Color convert

RGB21841128-
CMYK00.810.410.15
HSL330.51º70.52%50.78%-
HSV(B)330.51º81.19%85.49%-
XYZ33.618.0522.13-
YUV103.84141.64209.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 56.33%
GREEN value IS 41 (16.41% from 255) = 10.59%
BLUE value IS 128 (50.39% from 255) = 33.07%
R=56.33%
G=10.59%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184112800.810.410.15330.5170.5250.78
HexDA298005129F14b4733
Octal332512000121511751310763
Binary11011010101001100000000101000110100111111010010111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2980; }

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

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

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

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

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

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

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

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