#DA5370

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

Shades of Cranberry #DA5370

Tints of Cranberry #DA5370

Color information

#DA5370 (or 0xDA5370) is unknown color: approx Cranberry. HEX triplet: DA, 53 and 70. RGB value is (218,83,112). Sum of RGB (Red+Green+Blue) = 218+83+112=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5370 is #25AC8F. Grayscale: #7E7E7E. Windows color (decimal): -2469008 or 7361498. OLE color: 7361498.

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

Color convert

RGB21883112-
CMYK00.620.490.15
HSL347.11º64.59%59.02%-
HSV(B)347.11º61.93%85.49%-
XYZ34.9322.2617.79-
YUV126.67119.73193.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.78%
GREEN value IS 83 (32.81% from 255) = 20.10%
BLUE value IS 112 (44.14% from 255) = 27.12%
R=52.78%
G=20.10%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188311200.620.490.15347.1164.5959.02
HexDA537003E31F15b413b
Octal332123160076611753310173
Binary1101101010100111110000011111011000111111010110111000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5370; }

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

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

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

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

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

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

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

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