Shades of Cranberry #DD496C
Tints of Cranberry #DD496C
RGB
CMYK
RGB Variations
Color information
#DD496C (or 0xDD496C) is known color: Cranberry. HEX triplet: DD, 49 and 6C. RGB value is (221,73,108). Sum of RGB (Red+Green+Blue) = 221+73+108=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD496C is #22B693. Grayscale: #797979. Windows color (decimal): -2274964 or 7096797. OLE color: 7096797.
HSL color Cylindrical-coordinate representation of color #DD496C: hue angle of 345.81º 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 #DD496C is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 108 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.13 |
| HSL | 345.81º | 0.69% | 0.58% | - |
| HSV(B) | 345.81º | 0.67% | 0.87% | - |
| XYZ | 34.91 | 21.22 | 16.44 | - |
| YUV | 121.24 | 120.53 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 108 | 0 | 0.67 | 0.51 | 0.13 | 345.81 | 0.69 | 0.58 |
| Hex | DD | 49 | 6C | 0 | 43 | 33 | D | 15A | 45 | 3A |
| Octal | 335 | 111 | 154 | 0 | 103 | 63 | 15 | 532 | 105 | 72 |
| Binary | 11011101 | 1001001 | 1101100 | 0 | 1000011 | 110011 | 1101 | 101011010 | 1000101 | 111010 |
Color Harmonies of #DD496C
Complementary color
Monochromatic Colors of #DD496C
Black with #DD496C
Text Example
Text Example
White with #DD496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD496C; }
p { color: rgb(221,73,108); }
H1.HeaderClassName
{
color: #DD496C;
}
.AnyTagClassName
{
color: #DD496C;
}
</style>
background-color css
<style>
a { background-color: #DD496C; }
a { background-color: rgb(221,73,108); }
div.DivClassName
{
background-color: #DD496C;
}
.BgClassName
{
background-color: #DD496C;
}
</style>
border-color css
<style>
span { border-color: #DD496C; }
span { border-color: rgb(221,73,108); }
td.TdClassName
{
border-color: #DD496C;
}
.TagClassName
{
border-color: #DD496C;
}
</style>