Shades of Cranberry #DD586E
Tints of Cranberry #DD586E
RGB
CMYK
RGB Variations
Color information
#DD586E (or 0xDD586E) is known color: Cranberry. HEX triplet: DD, 58 and 6E. RGB value is (221,88,110). Sum of RGB (Red+Green+Blue) = 221+88+110=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD586E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD586E is #22A791. Grayscale: #828282. Windows color (decimal): -2271122 or 7231709. OLE color: 7231709.
HSL color Cylindrical-coordinate representation of color #DD586E: hue angle of 350.08º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD586E is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 110 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.13 |
| HSL | 350.08º | 0.66% | 0.61% | - |
| HSV(B) | 350.08º | 0.6% | 0.87% | - |
| XYZ | 36.12 | 23.48 | 17.38 | - |
| YUV | 130.28 | 116.56 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 110 | 0 | 0.60 | 0.50 | 0.13 | 350.08 | 0.66 | 0.61 |
| Hex | DD | 58 | 6E | 0 | 3C | 32 | D | 15E | 42 | 3D |
| Octal | 335 | 130 | 156 | 0 | 74 | 62 | 15 | 536 | 102 | 75 |
| Binary | 11011101 | 1011000 | 1101110 | 0 | 111100 | 110010 | 1101 | 101011110 | 1000010 | 111101 |
Color Harmonies of #DD586E
Complementary color
Monochromatic Colors of #DD586E
Black with #DD586E
Text Example
Text Example
White with #DD586E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD586E; }
p { color: rgb(221,88,110); }
H1.HeaderClassName
{
color: #DD586E;
}
.AnyTagClassName
{
color: #DD586E;
}
</style>
background-color css
<style>
a { background-color: #DD586E; }
a { background-color: rgb(221,88,110); }
div.DivClassName
{
background-color: #DD586E;
}
.BgClassName
{
background-color: #DD586E;
}
</style>
border-color css
<style>
span { border-color: #DD586E; }
span { border-color: rgb(221,88,110); }
td.TdClassName
{
border-color: #DD586E;
}
.TagClassName
{
border-color: #DD586E;
}
</style>