Shades of Cranberry #DD4276
Tints of Cranberry #DD4276
RGB
CMYK
RGB Variations
Color information
#DD4276 (or 0xDD4276) is known color: Cranberry. HEX triplet: DD, 42 and 76. RGB value is (221,66,118). Sum of RGB (Red+Green+Blue) = 221+66+118=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4276 is #22BD89. Grayscale: #767676. Windows color (decimal): -2276746 or 7750365. OLE color: 7750365.
HSL color Cylindrical-coordinate representation of color #DD4276: hue angle of 339.87º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4276 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 118 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.13 |
| HSL | 339.87º | 0.7% | 0.56% | - |
| HSV(B) | 339.87º | 0.7% | 0.87% | - |
| XYZ | 35.04 | 20.58 | 19.26 | - |
| YUV | 118.27 | 127.85 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 118 | 0 | 0.70 | 0.47 | 0.13 | 339.87 | 0.7 | 0.56 |
| Hex | DD | 42 | 76 | 0 | 46 | 2F | D | 154 | 46 | 38 |
| Octal | 335 | 102 | 166 | 0 | 106 | 57 | 15 | 524 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1110110 | 0 | 1000110 | 101111 | 1101 | 101010100 | 1000110 | 111000 |
Color Harmonies of #DD4276
Complementary color
Monochromatic Colors of #DD4276
Black with #DD4276
Text Example
Text Example
White with #DD4276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4276; }
p { color: rgb(221,66,118); }
H1.HeaderClassName
{
color: #DD4276;
}
.AnyTagClassName
{
color: #DD4276;
}
</style>
background-color css
<style>
a { background-color: #DD4276; }
a { background-color: rgb(221,66,118); }
div.DivClassName
{
background-color: #DD4276;
}
.BgClassName
{
background-color: #DD4276;
}
</style>
border-color css
<style>
span { border-color: #DD4276; }
span { border-color: rgb(221,66,118); }
td.TdClassName
{
border-color: #DD4276;
}
.TagClassName
{
border-color: #DD4276;
}
</style>