#DD5F79

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

Shades of Cranberry #DD5F79

Tints of Cranberry #DD5F79

Color information

#DD5F79 (or 0xDD5F79) is unknown color: approx Cranberry. HEX triplet: DD, 5F and 79. RGB value is (221,95,121). Sum of RGB (Red+Green+Blue) = 221+95+121=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5F79 is #22A086. Grayscale: #878787. Windows color (decimal): -2269319 or 7954397. OLE color: 7954397.

HSL color Cylindrical-coordinate representation of color #DD5F79: hue angle of 347.62º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5F79 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB22195121-
CMYK00.570.450.13
HSL347.62º64.95%61.96%-
HSV(B)347.62º57.01%86.67%-
XYZ37.3624.9420.93-
YUV135.64119.74188.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50.57%
GREEN value IS 95 (37.5% from 255) = 21.74%
BLUE value IS 121 (47.66% from 255) = 27.69%
R=50.57%
G=21.74%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219512100.570.450.13347.6264.9561.96
HexDD5F790392DD15c413e
Octal335137171071551553410176
Binary1101110110111111111001011100110110111011010111001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5F79; }

 p { color: rgb(221,95,121); }

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

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

 a { background-color: rgb(221,95,121); }

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

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

 span { border-color: rgb(221,95,121); }

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