Shades of Cranberry #DD4377
Tints of Cranberry #DD4377
RGB
CMYK
RGB Variations
Color information
#DD4377 (or 0xDD4377) is known color: Cranberry. HEX triplet: DD, 43 and 77. RGB value is (221,67,119). Sum of RGB (Red+Green+Blue) = 221+67+119=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4377 is #22BC88. Grayscale: #767676. Windows color (decimal): -2276489 or 7816157. OLE color: 7816157.
HSL color Cylindrical-coordinate representation of color #DD4377: hue angle of 339.74º degrees, saturation: 0.69, 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 #DD4377 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 119 | - |
| CMYK | 0 | 0.70 | 0.46 | 0.13 |
| HSL | 339.74º | 0.69% | 0.56% | - |
| HSV(B) | 339.74º | 0.7% | 0.87% | - |
| XYZ | 35.16 | 20.72 | 19.6 | - |
| YUV | 118.97 | 128.02 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 119 | 0 | 0.70 | 0.46 | 0.13 | 339.74 | 0.69 | 0.56 |
| Hex | DD | 43 | 77 | 0 | 46 | 2E | D | 154 | 45 | 38 |
| Octal | 335 | 103 | 167 | 0 | 106 | 56 | 15 | 524 | 105 | 70 |
| Binary | 11011101 | 1000011 | 1110111 | 0 | 1000110 | 101110 | 1101 | 101010100 | 1000101 | 111000 |
Color Harmonies of #DD4377
Complementary color
Monochromatic Colors of #DD4377
Black with #DD4377
Text Example
Text Example
White with #DD4377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4377; }
p { color: rgb(221,67,119); }
H1.HeaderClassName
{
color: #DD4377;
}
.AnyTagClassName
{
color: #DD4377;
}
</style>
background-color css
<style>
a { background-color: #DD4377; }
a { background-color: rgb(221,67,119); }
div.DivClassName
{
background-color: #DD4377;
}
.BgClassName
{
background-color: #DD4377;
}
</style>
border-color css
<style>
span { border-color: #DD4377; }
span { border-color: rgb(221,67,119); }
td.TdClassName
{
border-color: #DD4377;
}
.TagClassName
{
border-color: #DD4377;
}
</style>