#DA5070

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

Shades of Cranberry #DA5070

Tints of Cranberry #DA5070

Color information

#DA5070 (or 0xDA5070) is unknown color: approx Cranberry. HEX triplet: DA, 50 and 70. RGB value is (218,80,112). Sum of RGB (Red+Green+Blue) = 218+80+112=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5070 is #25AF8F. Grayscale: #7C7C7C. Windows color (decimal): -2469776 or 7360730. OLE color: 7360730.

HSL color Cylindrical-coordinate representation of color #DA5070: hue angle of 346.09º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5070 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB21880112-
CMYK00.630.490.15
HSL346.09º65.09%58.43%-
HSV(B)346.09º63.3%85.49%-
XYZ34.7121.8117.71-
YUV124.91120.72194.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 53.17%
GREEN value IS 80 (31.64% from 255) = 19.51%
BLUE value IS 112 (44.14% from 255) = 27.32%
R=53.17%
G=19.51%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188011200.630.490.15346.0965.0958.43
HexDA507003F31F15a413a
Octal332120160077611753210172
Binary1101101010100001110000011111111000111111010110101000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5070; }

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

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

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

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

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

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

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

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