#DA2971

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

Shades of Cerise #DA2971

Tints of Cerise #DA2971

Color information

#DA2971 (or 0xDA2971) is unknown color: approx Cerise. HEX triplet: DA, 29 and 71. RGB value is (218,41,113). Sum of RGB (Red+Green+Blue) = 218+41+113=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2971 is #25D68E. Grayscale: #666666. Windows color (decimal): -2479759 or 7416282. OLE color: 7416282.

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

Color convert

RGB21841113-
CMYK00.810.480.15
HSL335.59º70.52%50.78%-
HSV(B)335.59º81.19%85.49%-
XYZ32.6917.6817.31-
YUV102.13134.14210.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 58.60%
GREEN value IS 41 (16.41% from 255) = 11.02%
BLUE value IS 113 (44.53% from 255) = 30.38%
R=58.60%
G=11.02%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184111300.810.480.15335.5970.5250.78
HexDA297105130F1504733
Octal332511610121601752010763
Binary1101101010100111100010101000111000011111010100001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2971; }

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

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

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

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

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

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

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

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