Shades of Cranberry #DD566E
Tints of Cranberry #DD566E
RGB
CMYK
RGB Variations
Color information
#DD566E (or 0xDD566E) is known color: Cranberry. HEX triplet: DD, 56 and 6E. RGB value is (221,86,110). Sum of RGB (Red+Green+Blue) = 221+86+110=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 110 (43.36% from 255 or 26.38% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD566E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD566E is #22A991. Grayscale: #818181. Windows color (decimal): -2271634 or 7231197. OLE color: 7231197.
HSL color Cylindrical-coordinate representation of color #DD566E: hue angle of 349.33º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD566E is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 110 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.13 |
| HSL | 349.33º | 0.67% | 0.6% | - |
| HSV(B) | 349.33º | 0.61% | 0.87% | - |
| XYZ | 35.96 | 23.15 | 17.33 | - |
| YUV | 129.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 110 | 0 | 0.61 | 0.50 | 0.13 | 349.33 | 0.67 | 0.6 |
| Hex | DD | 56 | 6E | 0 | 3D | 32 | D | 15D | 43 | 3C |
| Octal | 335 | 126 | 156 | 0 | 75 | 62 | 15 | 535 | 103 | 74 |
| Binary | 11011101 | 1010110 | 1101110 | 0 | 111101 | 110010 | 1101 | 101011101 | 1000011 | 111100 |
Color Harmonies of #DD566E
Complementary color
Monochromatic Colors of #DD566E
Black with #DD566E
Text Example
Text Example
White with #DD566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD566E; }
p { color: rgb(221,86,110); }
H1.HeaderClassName
{
color: #DD566E;
}
.AnyTagClassName
{
color: #DD566E;
}
</style>
background-color css
<style>
a { background-color: #DD566E; }
a { background-color: rgb(221,86,110); }
div.DivClassName
{
background-color: #DD566E;
}
.BgClassName
{
background-color: #DD566E;
}
</style>
border-color css
<style>
span { border-color: #DD566E; }
span { border-color: rgb(221,86,110); }
td.TdClassName
{
border-color: #DD566E;
}
.TagClassName
{
border-color: #DD566E;
}
</style>