#DA5277

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

Shades of Cranberry #DA5277

Tints of Cranberry #DA5277

Color information

#DA5277 (or 0xDA5277) is unknown color: approx Cranberry. HEX triplet: DA, 52 and 77. RGB value is (218,82,119). Sum of RGB (Red+Green+Blue) = 218+82+119=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5277 is #25AD88. Grayscale: #7E7E7E. Windows color (decimal): -2469257 or 7819994. OLE color: 7819994.

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

Color convert

RGB21882119-
CMYK00.620.450.15
HSL343.68º64.76%58.82%-
HSV(B)343.68º62.39%85.49%-
XYZ35.2622.2719.89-
YUV126.88123.56192.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.03%
GREEN value IS 82 (32.42% from 255) = 19.57%
BLUE value IS 119 (46.88% from 255) = 28.40%
R=52.03%
G=19.57%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188211900.620.450.15343.6864.7658.82
HexDA527703E2DF158413b
Octal332122167076551753010173
Binary1101101010100101110111011111010110111111010110001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5277; }

 p { color: rgb(218,82,119); }

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

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

 a { background-color: rgb(218,82,119); }

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

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

 span { border-color: rgb(218,82,119); }

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