#DA5771

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

Shades of Cranberry #DA5771

Tints of Cranberry #DA5771

Color information

#DA5771 (or 0xDA5771) is unknown color: approx Cranberry. HEX triplet: DA, 57 and 71. RGB value is (218,87,113). Sum of RGB (Red+Green+Blue) = 218+87+113=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5771 is #25A88E. Grayscale: #818181. Windows color (decimal): -2467983 or 7428058. OLE color: 7428058.

HSL color Cylindrical-coordinate representation of color #DA5771: hue angle of 348.09º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA5771 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB21887113-
CMYK00.600.480.15
HSL348.09º63.9%59.8%-
HSV(B)348.09º60.09%85.49%-
XYZ35.322.9118.19-
YUV129.13118.9191.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.15%
GREEN value IS 87 (34.38% from 255) = 20.81%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=52.15%
G=20.81%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188711300.600.480.15348.0963.959.8
HexDA577103C30F15c403c
Octal332127161074601753410074
Binary1101101010101111110001011110011000011111010111001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5771; }

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

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

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

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

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

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

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

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