#DA2963

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

Shades of Cerise #DA2963

Tints of Cerise #DA2963

Color information

#DA2963 (or 0xDA2963) is unknown color: approx Cerise. HEX triplet: DA, 29 and 63. RGB value is (218,41,99). Sum of RGB (Red+Green+Blue) = 218+41+99=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2963 is #25D69C. Grayscale: #646464. Windows color (decimal): -2479773 or 6498778. OLE color: 6498778.

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

Color convert

RGB2184199-
CMYK00.810.550.15
HSL340.34º70.52%50.78%-
HSV(B)340.34º81.19%85.49%-
XYZ31.9617.3913.48-
YUV100.54127.14211.78-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 60.89%
GREEN value IS 41 (16.41% from 255) = 11.45%
BLUE value IS 99 (39.06% from 255) = 27.65%
R=60.89%
G=11.45%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218419900.810.550.15340.3470.5250.78
HexDA296305137F1544733
Octal332511430121671752410763
Binary1101101010100111000110101000111011111111010101001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2963; }

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

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

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

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

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

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

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

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