#DA5271

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

Shades of Cranberry #DA5271

Tints of Cranberry #DA5271

Color information

#DA5271 (or 0xDA5271) is unknown color: approx Cranberry. HEX triplet: DA, 52 and 71. RGB value is (218,82,113). Sum of RGB (Red+Green+Blue) = 218+82+113=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5271 is #25AD8E. Grayscale: #7E7E7E. Windows color (decimal): -2469263 or 7426778. OLE color: 7426778.

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

Color convert

RGB21882113-
CMYK00.620.480.15
HSL346.32º64.76%58.82%-
HSV(B)346.32º62.39%85.49%-
XYZ34.9122.1318.05-
YUV126.2120.56193.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.78%
GREEN value IS 82 (32.42% from 255) = 19.85%
BLUE value IS 113 (44.53% from 255) = 27.36%
R=52.78%
G=19.85%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188211300.620.480.15346.3264.7658.82
HexDA527103E30F15a413b
Octal332122161076601753210173
Binary1101101010100101110001011111011000011111010110101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5271; }

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

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

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

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

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

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

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

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