#DA2983

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

Shades of Deep Cerise #DA2983

Tints of Deep Cerise #DA2983

Color information

#DA2983 (or 0xDA2983) is unknown color: approx Deep Cerise. HEX triplet: DA, 29 and 83. RGB value is (218,41,131). Sum of RGB (Red+Green+Blue) = 218+41+131=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2983 is #25D67C. Grayscale: #676767. Windows color (decimal): -2479741 or 8595930. OLE color: 8595930.

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

Color convert

RGB21841131-
CMYK00.810.400.15
HSL329.49º70.52%50.78%-
HSV(B)329.49º81.19%85.49%-
XYZ33.818.1323.19-
YUV104.18143.14209.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 55.90%
GREEN value IS 41 (16.41% from 255) = 10.51%
BLUE value IS 131 (51.56% from 255) = 33.59%
R=55.90%
G=10.51%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184113100.810.400.15329.4970.5250.78
HexDA298305128F1494733
Octal332512030121501751110763
Binary11011010101001100000110101000110100011111010010011000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2983; }

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

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

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

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

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

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

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

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