Shades of Cranberry #DD4576
Tints of Cranberry #DD4576
RGB
CMYK
RGB Variations
Color information
#DD4576 (or 0xDD4576) is known color: Cranberry. HEX triplet: DD, 45 and 76. RGB value is (221,69,118). Sum of RGB (Red+Green+Blue) = 221+69+118=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4576 is #22BA89. Grayscale: #777777. Windows color (decimal): -2275978 or 7751133. OLE color: 7751133.
HSL color Cylindrical-coordinate representation of color #DD4576: hue angle of 340.66º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4576 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 118 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.13 |
| HSL | 340.66º | 0.69% | 0.57% | - |
| HSV(B) | 340.66º | 0.69% | 0.87% | - |
| XYZ | 35.22 | 20.94 | 19.32 | - |
| YUV | 120.03 | 126.86 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 118 | 0 | 0.69 | 0.47 | 0.13 | 340.66 | 0.69 | 0.57 |
| Hex | DD | 45 | 76 | 0 | 45 | 2F | D | 155 | 45 | 39 |
| Octal | 335 | 105 | 166 | 0 | 105 | 57 | 15 | 525 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1110110 | 0 | 1000101 | 101111 | 1101 | 101010101 | 1000101 | 111001 |
Color Harmonies of #DD4576
Complementary color
Monochromatic Colors of #DD4576
Black with #DD4576
Text Example
Text Example
White with #DD4576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4576; }
p { color: rgb(221,69,118); }
H1.HeaderClassName
{
color: #DD4576;
}
.AnyTagClassName
{
color: #DD4576;
}
</style>
background-color css
<style>
a { background-color: #DD4576; }
a { background-color: rgb(221,69,118); }
div.DivClassName
{
background-color: #DD4576;
}
.BgClassName
{
background-color: #DD4576;
}
</style>
border-color css
<style>
span { border-color: #DD4576; }
span { border-color: rgb(221,69,118); }
td.TdClassName
{
border-color: #DD4576;
}
.TagClassName
{
border-color: #DD4576;
}
</style>