#DA5179

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

Shades of Cranberry #DA5179

Tints of Cranberry #DA5179

Color information

#DA5179 (or 0xDA5179) is unknown color: approx Cranberry. HEX triplet: DA, 51 and 79. RGB value is (218,81,121). Sum of RGB (Red+Green+Blue) = 218+81+121=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5179 is #25AE86. Grayscale: #7E7E7E. Windows color (decimal): -2469511 or 7950810. OLE color: 7950810.

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

Color convert

RGB21881121-
CMYK00.630.440.15
HSL342.48º64.93%58.63%-
HSV(B)342.48º62.84%85.49%-
XYZ35.3122.1720.51-
YUV126.52124.89193.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 51.90%
GREEN value IS 81 (32.03% from 255) = 19.29%
BLUE value IS 121 (47.66% from 255) = 28.81%
R=51.90%
G=19.29%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188112100.630.440.15342.4864.9358.63
HexDA517903F2CF156413b
Octal332121171077541752610173
Binary1101101010100011111001011111110110011111010101101000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5179; }

 p { color: rgb(218,81,121); }

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

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

 a { background-color: rgb(218,81,121); }

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

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

 span { border-color: rgb(218,81,121); }

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