Shades of Cranberry #DD4678
Tints of Cranberry #DD4678
RGB
CMYK
RGB Variations
Color information
#DD4678 (or 0xDD4678) is known color: Cranberry. HEX triplet: DD, 46 and 78. RGB value is (221,70,120). Sum of RGB (Red+Green+Blue) = 221+70+120=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4678 is #22B987. Grayscale: #787878. Windows color (decimal): -2275720 or 7882461. OLE color: 7882461.
HSL color Cylindrical-coordinate representation of color #DD4678: hue angle of 340.13º 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 #DD4678 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 120 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.13 |
| HSL | 340.13º | 0.69% | 0.57% | - |
| HSV(B) | 340.13º | 0.68% | 0.87% | - |
| XYZ | 35.4 | 21.11 | 19.98 | - |
| YUV | 120.85 | 127.53 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 120 | 0 | 0.68 | 0.46 | 0.13 | 340.13 | 0.69 | 0.57 |
| Hex | DD | 46 | 78 | 0 | 44 | 2E | D | 154 | 45 | 39 |
| Octal | 335 | 106 | 170 | 0 | 104 | 56 | 15 | 524 | 105 | 71 |
| Binary | 11011101 | 1000110 | 1111000 | 0 | 1000100 | 101110 | 1101 | 101010100 | 1000101 | 111001 |
Color Harmonies of #DD4678
Complementary color
Monochromatic Colors of #DD4678
Black with #DD4678
Text Example
Text Example
White with #DD4678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4678; }
p { color: rgb(221,70,120); }
H1.HeaderClassName
{
color: #DD4678;
}
.AnyTagClassName
{
color: #DD4678;
}
</style>
background-color css
<style>
a { background-color: #DD4678; }
a { background-color: rgb(221,70,120); }
div.DivClassName
{
background-color: #DD4678;
}
.BgClassName
{
background-color: #DD4678;
}
</style>
border-color css
<style>
span { border-color: #DD4678; }
span { border-color: rgb(221,70,120); }
td.TdClassName
{
border-color: #DD4678;
}
.TagClassName
{
border-color: #DD4678;
}
</style>