Shades of Cranberry #DD617A
Tints of Cranberry #DD617A
RGB
CMYK
RGB Variations
Color information
#DD617A (or 0xDD617A) is known color: Cranberry. HEX triplet: DD, 61 and 7A. RGB value is (221,97,122). Sum of RGB (Red+Green+Blue) = 221+97+122=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD617A is #229E85. Grayscale: #888888. Windows color (decimal): -2268806 or 8020445. OLE color: 8020445.
HSL color Cylindrical-coordinate representation of color #DD617A: hue angle of 347.9º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD617A is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 97 | 122 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.13 |
| HSL | 347.9º | 0.65% | 0.62% | - |
| HSV(B) | 347.9º | 0.56% | 0.87% | - |
| XYZ | 37.61 | 25.33 | 21.32 | - |
| YUV | 136.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 97 | 122 | 0 | 0.56 | 0.45 | 0.13 | 347.9 | 0.65 | 0.62 |
| Hex | DD | 61 | 7A | 0 | 38 | 2D | D | 15C | 41 | 3E |
| Octal | 335 | 141 | 172 | 0 | 70 | 55 | 15 | 534 | 101 | 76 |
| Binary | 11011101 | 1100001 | 1111010 | 0 | 111000 | 101101 | 1101 | 101011100 | 1000001 | 111110 |
Color Harmonies of #DD617A
Complementary color
Monochromatic Colors of #DD617A
Black with #DD617A
Text Example
Text Example
White with #DD617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD617A; }
p { color: rgb(221,97,122); }
H1.HeaderClassName
{
color: #DD617A;
}
.AnyTagClassName
{
color: #DD617A;
}
</style>
background-color css
<style>
a { background-color: #DD617A; }
a { background-color: rgb(221,97,122); }
div.DivClassName
{
background-color: #DD617A;
}
.BgClassName
{
background-color: #DD617A;
}
</style>
border-color css
<style>
span { border-color: #DD617A; }
span { border-color: rgb(221,97,122); }
td.TdClassName
{
border-color: #DD617A;
}
.TagClassName
{
border-color: #DD617A;
}
</style>