Shades of Cranberry #DD5672
Tints of Cranberry #DD5672
RGB
CMYK
RGB Variations
Color information
#DD5672 (or 0xDD5672) is known color: Cranberry. HEX triplet: DD, 56 and 72. RGB value is (221,86,114). Sum of RGB (Red+Green+Blue) = 221+86+114=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5672 is #22A98D. Grayscale: #818181. Windows color (decimal): -2271630 or 7493341. OLE color: 7493341.
HSL color Cylindrical-coordinate representation of color #DD5672: hue angle of 347.56º 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 #DD5672 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 114 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.13 |
| HSL | 347.56º | 0.67% | 0.6% | - |
| HSV(B) | 347.56º | 0.61% | 0.87% | - |
| XYZ | 36.18 | 23.24 | 18.5 | - |
| YUV | 129.56 | 119.23 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 114 | 0 | 0.61 | 0.48 | 0.13 | 347.56 | 0.67 | 0.6 |
| Hex | DD | 56 | 72 | 0 | 3D | 30 | D | 15C | 43 | 3C |
| Octal | 335 | 126 | 162 | 0 | 75 | 60 | 15 | 534 | 103 | 74 |
| Binary | 11011101 | 1010110 | 1110010 | 0 | 111101 | 110000 | 1101 | 101011100 | 1000011 | 111100 |
Color Harmonies of #DD5672
Complementary color
Monochromatic Colors of #DD5672
Black with #DD5672
Text Example
Text Example
White with #DD5672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5672; }
p { color: rgb(221,86,114); }
H1.HeaderClassName
{
color: #DD5672;
}
.AnyTagClassName
{
color: #DD5672;
}
</style>
background-color css
<style>
a { background-color: #DD5672; }
a { background-color: rgb(221,86,114); }
div.DivClassName
{
background-color: #DD5672;
}
.BgClassName
{
background-color: #DD5672;
}
</style>
border-color css
<style>
span { border-color: #DD5672; }
span { border-color: rgb(221,86,114); }
td.TdClassName
{
border-color: #DD5672;
}
.TagClassName
{
border-color: #DD5672;
}
</style>