Shades of Cranberry #DD607A
Tints of Cranberry #DD607A
RGB
CMYK
RGB Variations
Color information
#DD607A (or 0xDD607A) is known color: Cranberry. HEX triplet: DD, 60 and 7A. RGB value is (221,96,122). Sum of RGB (Red+Green+Blue) = 221+96+122=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD607A is #229F85. Grayscale: #888888. Windows color (decimal): -2269062 or 8020189. OLE color: 8020189.
HSL color Cylindrical-coordinate representation of color #DD607A: hue angle of 347.52º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD607A is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 96 | 122 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.13 |
| HSL | 347.52º | 0.65% | 0.62% | - |
| HSV(B) | 347.52º | 0.57% | 0.87% | - |
| XYZ | 37.51 | 25.14 | 21.29 | - |
| YUV | 136.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 96 | 122 | 0 | 0.57 | 0.45 | 0.13 | 347.52 | 0.65 | 0.62 |
| Hex | DD | 60 | 7A | 0 | 39 | 2D | D | 15C | 41 | 3E |
| Octal | 335 | 140 | 172 | 0 | 71 | 55 | 15 | 534 | 101 | 76 |
| Binary | 11011101 | 1100000 | 1111010 | 0 | 111001 | 101101 | 1101 | 101011100 | 1000001 | 111110 |
Color Harmonies of #DD607A
Complementary color
Monochromatic Colors of #DD607A
Black with #DD607A
Text Example
Text Example
White with #DD607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD607A; }
p { color: rgb(221,96,122); }
H1.HeaderClassName
{
color: #DD607A;
}
.AnyTagClassName
{
color: #DD607A;
}
</style>
background-color css
<style>
a { background-color: #DD607A; }
a { background-color: rgb(221,96,122); }
div.DivClassName
{
background-color: #DD607A;
}
.BgClassName
{
background-color: #DD607A;
}
</style>
border-color css
<style>
span { border-color: #DD607A; }
span { border-color: rgb(221,96,122); }
td.TdClassName
{
border-color: #DD607A;
}
.TagClassName
{
border-color: #DD607A;
}
</style>