Shades of Cranberry #DD4769
Tints of Cranberry #DD4769
RGB
CMYK
RGB Variations
Color information
#DD4769 (or 0xDD4769) is known color: Cranberry. HEX triplet: DD, 47 and 69. RGB value is (221,71,105). Sum of RGB (Red+Green+Blue) = 221+71+105=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4769 is #22B896. Grayscale: #777777. Windows color (decimal): -2275479 or 6899677. OLE color: 6899677.
HSL color Cylindrical-coordinate representation of color #DD4769: hue angle of 346.4º 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 #DD4769 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 105 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.13 |
| HSL | 346.4º | 0.69% | 0.57% | - |
| HSV(B) | 346.4º | 0.68% | 0.87% | - |
| XYZ | 34.62 | 20.9 | 15.57 | - |
| YUV | 119.73 | 119.7 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 105 | 0 | 0.68 | 0.52 | 0.13 | 346.4 | 0.69 | 0.57 |
| Hex | DD | 47 | 69 | 0 | 44 | 34 | D | 15A | 45 | 39 |
| Octal | 335 | 107 | 151 | 0 | 104 | 64 | 15 | 532 | 105 | 71 |
| Binary | 11011101 | 1000111 | 1101001 | 0 | 1000100 | 110100 | 1101 | 101011010 | 1000101 | 111001 |
Color Harmonies of #DD4769
Complementary color
Monochromatic Colors of #DD4769
Black with #DD4769
Text Example
Text Example
White with #DD4769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4769; }
p { color: rgb(221,71,105); }
H1.HeaderClassName
{
color: #DD4769;
}
.AnyTagClassName
{
color: #DD4769;
}
</style>
background-color css
<style>
a { background-color: #DD4769; }
a { background-color: rgb(221,71,105); }
div.DivClassName
{
background-color: #DD4769;
}
.BgClassName
{
background-color: #DD4769;
}
</style>
border-color css
<style>
span { border-color: #DD4769; }
span { border-color: rgb(221,71,105); }
td.TdClassName
{
border-color: #DD4769;
}
.TagClassName
{
border-color: #DD4769;
}
</style>