Shades of Cranberry #DD526F
Tints of Cranberry #DD526F
RGB
CMYK
RGB Variations
Color information
#DD526F (or 0xDD526F) is known color: Cranberry. HEX triplet: DD, 52 and 6F. RGB value is (221,82,111). Sum of RGB (Red+Green+Blue) = 221+82+111=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 111 (43.75% from 255 or 26.81% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD526F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD526F is #22AD90. Grayscale: #7E7E7E. Windows color (decimal): -2272657 or 7295709. OLE color: 7295709.
HSL color Cylindrical-coordinate representation of color #DD526F: hue angle of 347.48º 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 #DD526F is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 111 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.13 |
| HSL | 347.48º | 0.67% | 0.59% | - |
| HSV(B) | 347.48º | 0.63% | 0.87% | - |
| XYZ | 35.71 | 22.55 | 17.51 | - |
| YUV | 126.87 | 119.05 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 111 | 0 | 0.63 | 0.50 | 0.13 | 347.48 | 0.67 | 0.59 |
| Hex | DD | 52 | 6F | 0 | 3F | 32 | D | 15B | 43 | 3B |
| Octal | 335 | 122 | 157 | 0 | 77 | 62 | 15 | 533 | 103 | 73 |
| Binary | 11011101 | 1010010 | 1101111 | 0 | 111111 | 110010 | 1101 | 101011011 | 1000011 | 111011 |
Color Harmonies of #DD526F
Complementary color
Monochromatic Colors of #DD526F
Black with #DD526F
Text Example
Text Example
White with #DD526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD526F; }
p { color: rgb(221,82,111); }
H1.HeaderClassName
{
color: #DD526F;
}
.AnyTagClassName
{
color: #DD526F;
}
</style>
background-color css
<style>
a { background-color: #DD526F; }
a { background-color: rgb(221,82,111); }
div.DivClassName
{
background-color: #DD526F;
}
.BgClassName
{
background-color: #DD526F;
}
</style>
border-color css
<style>
span { border-color: #DD526F; }
span { border-color: rgb(221,82,111); }
td.TdClassName
{
border-color: #DD526F;
}
.TagClassName
{
border-color: #DD526F;
}
</style>