Shades of Cranberry #DD467C
Tints of Cranberry #DD467C
RGB
CMYK
RGB Variations
Color information
#DD467C (or 0xDD467C) is known color: Cranberry. HEX triplet: DD, 46 and 7C. RGB value is (221,70,124). Sum of RGB (Red+Green+Blue) = 221+70+124=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD467C is #22B983. Grayscale: #797979. Windows color (decimal): -2275716 or 8144605. OLE color: 8144605.
HSL color Cylindrical-coordinate representation of color #DD467C: hue angle of 338.54º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD467C is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 124 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.13 |
| HSL | 338.54º | 0.69% | 0.57% | - |
| HSV(B) | 338.54º | 0.68% | 0.87% | - |
| XYZ | 35.65 | 21.21 | 21.28 | - |
| YUV | 121.31 | 129.53 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 124 | 0 | 0.68 | 0.44 | 0.13 | 338.54 | 0.69 | 0.57 |
| Hex | DD | 46 | 7C | 0 | 44 | 2C | D | 153 | 45 | 39 |
| Octal | 335 | 106 | 174 | 0 | 104 | 54 | 15 | 523 | 105 | 71 |
| Binary | 11011101 | 1000110 | 1111100 | 0 | 1000100 | 101100 | 1101 | 101010011 | 1000101 | 111001 |
Color Harmonies of #DD467C
Complementary color
Monochromatic Colors of #DD467C
Black with #DD467C
Text Example
Text Example
White with #DD467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD467C; }
p { color: rgb(221,70,124); }
H1.HeaderClassName
{
color: #DD467C;
}
.AnyTagClassName
{
color: #DD467C;
}
</style>
background-color css
<style>
a { background-color: #DD467C; }
a { background-color: rgb(221,70,124); }
div.DivClassName
{
background-color: #DD467C;
}
.BgClassName
{
background-color: #DD467C;
}
</style>
border-color css
<style>
span { border-color: #DD467C; }
span { border-color: rgb(221,70,124); }
td.TdClassName
{
border-color: #DD467C;
}
.TagClassName
{
border-color: #DD467C;
}
</style>