Shades of Cranberry #DD4674
Tints of Cranberry #DD4674
RGB
CMYK
RGB Variations
Color information
#DD4674 (or 0xDD4674) is known color: Cranberry. HEX triplet: DD, 46 and 74. RGB value is (221,70,116). Sum of RGB (Red+Green+Blue) = 221+70+116=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4674 is #22B98B. Grayscale: #787878. Windows color (decimal): -2275724 or 7620317. OLE color: 7620317.
HSL color Cylindrical-coordinate representation of color #DD4674: hue angle of 341.72º 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 #DD4674 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 116 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.13 |
| HSL | 341.72º | 0.69% | 0.57% | - |
| HSV(B) | 341.72º | 0.68% | 0.87% | - |
| XYZ | 35.16 | 21.01 | 18.73 | - |
| YUV | 120.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 116 | 0 | 0.68 | 0.48 | 0.13 | 341.72 | 0.69 | 0.57 |
| Hex | DD | 46 | 74 | 0 | 44 | 30 | D | 156 | 45 | 39 |
| Octal | 335 | 106 | 164 | 0 | 104 | 60 | 15 | 526 | 105 | 71 |
| Binary | 11011101 | 1000110 | 1110100 | 0 | 1000100 | 110000 | 1101 | 101010110 | 1000101 | 111001 |
Color Harmonies of #DD4674
Complementary color
Monochromatic Colors of #DD4674
Black with #DD4674
Text Example
Text Example
White with #DD4674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4674; }
p { color: rgb(221,70,116); }
H1.HeaderClassName
{
color: #DD4674;
}
.AnyTagClassName
{
color: #DD4674;
}
</style>
background-color css
<style>
a { background-color: #DD4674; }
a { background-color: rgb(221,70,116); }
div.DivClassName
{
background-color: #DD4674;
}
.BgClassName
{
background-color: #DD4674;
}
</style>
border-color css
<style>
span { border-color: #DD4674; }
span { border-color: rgb(221,70,116); }
td.TdClassName
{
border-color: #DD4674;
}
.TagClassName
{
border-color: #DD4674;
}
</style>