Shades of Cranberry #DD507B
Tints of Cranberry #DD507B
RGB
CMYK
RGB Variations
Color information
#DD507B (or 0xDD507B) is known color: Cranberry. HEX triplet: DD, 50 and 7B. RGB value is (221,80,123). Sum of RGB (Red+Green+Blue) = 221+80+123=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD507B is #22AF84. Grayscale: #7F7F7F. Windows color (decimal): -2273157 or 8081629. OLE color: 8081629.
HSL color Cylindrical-coordinate representation of color #DD507B: hue angle of 341.7º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD507B is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 123 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.13 |
| HSL | 341.7º | 0.67% | 0.59% | - |
| HSV(B) | 341.7º | 0.64% | 0.87% | - |
| XYZ | 36.26 | 22.54 | 21.18 | - |
| YUV | 127.06 | 125.71 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 123 | 0 | 0.64 | 0.44 | 0.13 | 341.7 | 0.67 | 0.59 |
| Hex | DD | 50 | 7B | 0 | 40 | 2C | D | 156 | 43 | 3B |
| Octal | 335 | 120 | 173 | 0 | 100 | 54 | 15 | 526 | 103 | 73 |
| Binary | 11011101 | 1010000 | 1111011 | 0 | 1000000 | 101100 | 1101 | 101010110 | 1000011 | 111011 |
Color Harmonies of #DD507B
Complementary color
Monochromatic Colors of #DD507B
Black with #DD507B
Text Example
Text Example
White with #DD507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD507B; }
p { color: rgb(221,80,123); }
H1.HeaderClassName
{
color: #DD507B;
}
.AnyTagClassName
{
color: #DD507B;
}
</style>
background-color css
<style>
a { background-color: #DD507B; }
a { background-color: rgb(221,80,123); }
div.DivClassName
{
background-color: #DD507B;
}
.BgClassName
{
background-color: #DD507B;
}
</style>
border-color css
<style>
span { border-color: #DD507B; }
span { border-color: rgb(221,80,123); }
td.TdClassName
{
border-color: #DD507B;
}
.TagClassName
{
border-color: #DD507B;
}
</style>