#DD5179

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

Shades of Cranberry #DD5179

Tints of Cranberry #DD5179

Color information

#DD5179 (or 0xDD5179) is unknown color: approx Cranberry. HEX triplet: DD, 51 and 79. RGB value is (221,81,121). Sum of RGB (Red+Green+Blue) = 221+81+121=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5179 is #22AE86. Grayscale: #7F7F7F. Windows color (decimal): -2272903 or 7950813. OLE color: 7950813.

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

Color convert

RGB22181121-
CMYK00.630.450.13
HSL342.86º67.31%59.22%-
HSV(B)342.86º63.35%86.67%-
XYZ36.2122.6420.55-
YUV127.42124.38194.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.25%
GREEN value IS 81 (32.03% from 255) = 19.15%
BLUE value IS 121 (47.66% from 255) = 28.61%
R=52.25%
G=19.15%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218112100.630.450.13342.8667.3159.22
HexDD517903F2DD157433b
Octal335121171077551552710373
Binary1101110110100011111001011111110110111011010101111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5179; }

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

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

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

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

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

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

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

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