Shades of Cranberry #DD567A
Tints of Cranberry #DD567A
RGB
CMYK
RGB Variations
Color information
#DD567A (or 0xDD567A) is known color: Cranberry. HEX triplet: DD, 56 and 7A. RGB value is (221,86,122). Sum of RGB (Red+Green+Blue) = 221+86+122=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD567A is #22A985. Grayscale: #828282. Windows color (decimal): -2271622 or 8017629. OLE color: 8017629.
HSL color Cylindrical-coordinate representation of color #DD567A: hue angle of 344º 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 #DD567A is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 86 | 122 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.13 |
| HSL | 344º | 0.67% | 0.6% | - |
| HSV(B) | 344º | 0.61% | 0.87% | - |
| XYZ | 36.66 | 23.43 | 21 | - |
| YUV | 130.47 | 123.23 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 122 | 0 | 0.61 | 0.45 | 0.13 | 344 | 0.67 | 0.6 |
| Hex | DD | 56 | 7A | 0 | 3D | 2D | D | 158 | 43 | 3C |
| Octal | 335 | 126 | 172 | 0 | 75 | 55 | 15 | 530 | 103 | 74 |
| Binary | 11011101 | 1010110 | 1111010 | 0 | 111101 | 101101 | 1101 | 101011000 | 1000011 | 111100 |
Color Harmonies of #DD567A
Complementary color
Monochromatic Colors of #DD567A
Black with #DD567A
Text Example
Text Example
White with #DD567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD567A; }
p { color: rgb(221,86,122); }
H1.HeaderClassName
{
color: #DD567A;
}
.AnyTagClassName
{
color: #DD567A;
}
</style>
background-color css
<style>
a { background-color: #DD567A; }
a { background-color: rgb(221,86,122); }
div.DivClassName
{
background-color: #DD567A;
}
.BgClassName
{
background-color: #DD567A;
}
</style>
border-color css
<style>
span { border-color: #DD567A; }
span { border-color: rgb(221,86,122); }
td.TdClassName
{
border-color: #DD567A;
}
.TagClassName
{
border-color: #DD567A;
}
</style>