Shades of Cranberry #DD5679
Tints of Cranberry #DD5679
RGB
CMYK
RGB Variations
Color information
#DD5679 (or 0xDD5679) is known color: Cranberry. HEX triplet: DD, 56 and 79. RGB value is (221,86,121). Sum of RGB (Red+Green+Blue) = 221+86+121=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5679 is #22A986. Grayscale: #828282. Windows color (decimal): -2271623 or 7952093. OLE color: 7952093.
HSL color Cylindrical-coordinate representation of color #DD5679: hue angle of 344.44º 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 #DD5679 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 121 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.13 |
| HSL | 344.44º | 0.67% | 0.6% | - |
| HSV(B) | 344.44º | 0.61% | 0.87% | - |
| XYZ | 36.6 | 23.41 | 20.68 | - |
| YUV | 130.36 | 122.73 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 121 | 0 | 0.61 | 0.45 | 0.13 | 344.44 | 0.67 | 0.6 |
| Hex | DD | 56 | 79 | 0 | 3D | 2D | D | 158 | 43 | 3C |
| Octal | 335 | 126 | 171 | 0 | 75 | 55 | 15 | 530 | 103 | 74 |
| Binary | 11011101 | 1010110 | 1111001 | 0 | 111101 | 101101 | 1101 | 101011000 | 1000011 | 111100 |
Color Harmonies of #DD5679
Complementary color
Monochromatic Colors of #DD5679
Black with #DD5679
Text Example
Text Example
White with #DD5679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5679; }
p { color: rgb(221,86,121); }
H1.HeaderClassName
{
color: #DD5679;
}
.AnyTagClassName
{
color: #DD5679;
}
</style>
background-color css
<style>
a { background-color: #DD5679; }
a { background-color: rgb(221,86,121); }
div.DivClassName
{
background-color: #DD5679;
}
.BgClassName
{
background-color: #DD5679;
}
</style>
border-color css
<style>
span { border-color: #DD5679; }
span { border-color: rgb(221,86,121); }
td.TdClassName
{
border-color: #DD5679;
}
.TagClassName
{
border-color: #DD5679;
}
</style>