#DA5770

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

Shades of Cranberry #DA5770

Tints of Cranberry #DA5770

Color information

#DA5770 (or 0xDA5770) is unknown color: approx Cranberry. HEX triplet: DA, 57 and 70. RGB value is (218,87,112). Sum of RGB (Red+Green+Blue) = 218+87+112=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5770 is #25A88F. Grayscale: #818181. Windows color (decimal): -2467984 or 7362522. OLE color: 7362522.

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

Color convert

RGB21887112-
CMYK00.600.490.15
HSL348.55º63.9%59.8%-
HSV(B)348.55º60.09%85.49%-
XYZ35.2522.8917.89-
YUV129.02118.4191.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.28%
GREEN value IS 87 (34.38% from 255) = 20.86%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=52.28%
G=20.86%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188711200.600.490.15348.5563.959.8
HexDA577003C31F15d403c
Octal332127160074611753510074
Binary1101101010101111110000011110011000111111010111011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5770; }

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

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

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

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

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

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

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

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