Shades of Cranberry #DD3F77
Tints of Cranberry #DD3F77
RGB
CMYK
RGB Variations
Color information
#DD3F77 (or 0xDD3F77) is known color: Cranberry. HEX triplet: DD, 3F and 77. RGB value is (221,63,119). Sum of RGB (Red+Green+Blue) = 221+63+119=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 63 (25% from 255 or 15.63% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F77 is #22C088. Grayscale: #747474. Windows color (decimal): -2277513 or 7815133. OLE color: 7815133.
HSL color Cylindrical-coordinate representation of color #DD3F77: hue angle of 338.73º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD3F77 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 119 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.13 |
| HSL | 338.73º | 0.7% | 0.56% | - |
| HSV(B) | 338.73º | 0.71% | 0.87% | - |
| XYZ | 34.93 | 20.26 | 19.52 | - |
| YUV | 116.63 | 129.35 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 119 | 0 | 0.71 | 0.46 | 0.13 | 338.73 | 0.7 | 0.56 |
| Hex | DD | 3F | 77 | 0 | 47 | 2E | D | 153 | 46 | 38 |
| Octal | 335 | 77 | 167 | 0 | 107 | 56 | 15 | 523 | 106 | 70 |
| Binary | 11011101 | 111111 | 1110111 | 0 | 1000111 | 101110 | 1101 | 101010011 | 1000110 | 111000 |
Color Harmonies of #DD3F77
Complementary color
Monochromatic Colors of #DD3F77
Black with #DD3F77
Text Example
Text Example
White with #DD3F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F77; }
p { color: rgb(221,63,119); }
H1.HeaderClassName
{
color: #DD3F77;
}
.AnyTagClassName
{
color: #DD3F77;
}
</style>
background-color css
<style>
a { background-color: #DD3F77; }
a { background-color: rgb(221,63,119); }
div.DivClassName
{
background-color: #DD3F77;
}
.BgClassName
{
background-color: #DD3F77;
}
</style>
border-color css
<style>
span { border-color: #DD3F77; }
span { border-color: rgb(221,63,119); }
td.TdClassName
{
border-color: #DD3F77;
}
.TagClassName
{
border-color: #DD3F77;
}
</style>