#DA2773

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

Shades of Cerise #DA2773

Tints of Cerise #DA2773

Color information

#DA2773 (or 0xDA2773) is unknown color: approx Cerise. HEX triplet: DA, 27 and 73. RGB value is (218,39,115). Sum of RGB (Red+Green+Blue) = 218+39+115=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2773 is #25D88C. Grayscale: #656565. Windows color (decimal): -2480269 or 7546842. OLE color: 7546842.

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

Color convert

RGB21839115-
CMYK00.820.470.15
HSL334.53º70.75%50.39%-
HSV(B)334.53º82.11%85.49%-
XYZ32.7317.5917.89-
YUV101.18135.8211.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 58.60%
GREEN value IS 39 (15.62% from 255) = 10.48%
BLUE value IS 115 (45.31% from 255) = 30.91%
R=58.60%
G=10.48%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183911500.820.470.15334.5370.7550.39
HexDA27730522FF14f4732
Octal332471630122571751710762
Binary1101101010011111100110101001010111111111010011111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2773; }

 p { color: rgb(218,39,115); }

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

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

 a { background-color: rgb(218,39,115); }

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

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

 span { border-color: rgb(218,39,115); }

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