Shades of Cranberry #DD526E
Tints of Cranberry #DD526E
RGB
CMYK
RGB Variations
Color information
#DD526E (or 0xDD526E) is known color: Cranberry. HEX triplet: DD, 52 and 6E. RGB value is (221,82,110). Sum of RGB (Red+Green+Blue) = 221+82+110=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD526E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD526E is #22AD91. Grayscale: #7E7E7E. Windows color (decimal): -2272658 or 7230173. OLE color: 7230173.
HSL color Cylindrical-coordinate representation of color #DD526E: hue angle of 347.91º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD526E is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 110 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.13 |
| HSL | 347.91º | 0.67% | 0.59% | - |
| HSV(B) | 347.91º | 0.63% | 0.87% | - |
| XYZ | 35.65 | 22.53 | 17.22 | - |
| YUV | 126.75 | 118.55 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 110 | 0 | 0.63 | 0.50 | 0.13 | 347.91 | 0.67 | 0.59 |
| Hex | DD | 52 | 6E | 0 | 3F | 32 | D | 15C | 43 | 3B |
| Octal | 335 | 122 | 156 | 0 | 77 | 62 | 15 | 534 | 103 | 73 |
| Binary | 11011101 | 1010010 | 1101110 | 0 | 111111 | 110010 | 1101 | 101011100 | 1000011 | 111011 |
Color Harmonies of #DD526E
Complementary color
Monochromatic Colors of #DD526E
Black with #DD526E
Text Example
Text Example
White with #DD526E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD526E; }
p { color: rgb(221,82,110); }
H1.HeaderClassName
{
color: #DD526E;
}
.AnyTagClassName
{
color: #DD526E;
}
</style>
background-color css
<style>
a { background-color: #DD526E; }
a { background-color: rgb(221,82,110); }
div.DivClassName
{
background-color: #DD526E;
}
.BgClassName
{
background-color: #DD526E;
}
</style>
border-color css
<style>
span { border-color: #DD526E; }
span { border-color: rgb(221,82,110); }
td.TdClassName
{
border-color: #DD526E;
}
.TagClassName
{
border-color: #DD526E;
}
</style>