#DA2970

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

Shades of Cerise #DA2970

Tints of Cerise #DA2970

Color information

#DA2970 (or 0xDA2970) is unknown color: approx Cerise. HEX triplet: DA, 29 and 70. RGB value is (218,41,112). Sum of RGB (Red+Green+Blue) = 218+41+112=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2970 is #25D68F. Grayscale: #656565. Windows color (decimal): -2479760 or 7350746. OLE color: 7350746.

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

Color convert

RGB21841112-
CMYK00.810.490.15
HSL335.93º70.52%50.78%-
HSV(B)335.93º81.19%85.49%-
XYZ32.6317.6617.02-
YUV102.02133.64210.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 58.76%
GREEN value IS 41 (16.41% from 255) = 11.05%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=58.76%
G=11.05%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2184111200.810.490.15335.9370.5250.78
HexDA297005131F1504733
Octal332511600121611752010763
Binary1101101010100111100000101000111000111111010100001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2970; }

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

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

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

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

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

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

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

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