#DD496B

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

Shades of Cranberry #DD496B

Tints of Cranberry #DD496B

Color information

#DD496B (or 0xDD496B) is unknown color: approx Cranberry. HEX triplet: DD, 49 and 6B. RGB value is (221,73,107). Sum of RGB (Red+Green+Blue) = 221+73+107=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD496B is #22B694. Grayscale: #797979. Windows color (decimal): -2274965 or 7031261. OLE color: 7031261.

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

Color convert

RGB22173107-
CMYK00.670.520.13
HSL346.22º68.52%57.65%-
HSV(B)346.22º66.97%86.67%-
XYZ34.8621.216.16-
YUV121.13120.03199.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.11%
GREEN value IS 73 (28.91% from 255) = 18.20%
BLUE value IS 107 (42.19% from 255) = 26.68%
R=55.11%
G=18.20%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217310700.670.520.13346.2268.5257.65
HexDD496B04334D15a453a
Octal3351111530103641553210572
Binary11011101100100111010110100001111010011011010110101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD496B; }

 p { color: rgb(221,73,107); }

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

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

 a { background-color: rgb(221,73,107); }

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

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

 span { border-color: rgb(221,73,107); }

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