Shades of Cranberry #DD507D
Tints of Cranberry #DD507D
RGB
CMYK
RGB Variations
Color information
#DD507D (or 0xDD507D) is known color: Cranberry. HEX triplet: DD, 50 and 7D. RGB value is (221,80,125). Sum of RGB (Red+Green+Blue) = 221+80+125=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD507D is #22AF82. Grayscale: #7F7F7F. Windows color (decimal): -2273155 or 8212701. OLE color: 8212701.
HSL color Cylindrical-coordinate representation of color #DD507D: hue angle of 340.85º 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 #DD507D is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 125 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.13 |
| HSL | 340.85º | 0.67% | 0.59% | - |
| HSV(B) | 340.85º | 0.64% | 0.87% | - |
| XYZ | 36.39 | 22.59 | 21.84 | - |
| YUV | 127.29 | 126.71 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 125 | 0 | 0.64 | 0.43 | 0.13 | 340.85 | 0.67 | 0.59 |
| Hex | DD | 50 | 7D | 0 | 40 | 2B | D | 155 | 43 | 3B |
| Octal | 335 | 120 | 175 | 0 | 100 | 53 | 15 | 525 | 103 | 73 |
| Binary | 11011101 | 1010000 | 1111101 | 0 | 1000000 | 101011 | 1101 | 101010101 | 1000011 | 111011 |
Color Harmonies of #DD507D
Complementary color
Monochromatic Colors of #DD507D
Black with #DD507D
Text Example
Text Example
White with #DD507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD507D; }
p { color: rgb(221,80,125); }
H1.HeaderClassName
{
color: #DD507D;
}
.AnyTagClassName
{
color: #DD507D;
}
</style>
background-color css
<style>
a { background-color: #DD507D; }
a { background-color: rgb(221,80,125); }
div.DivClassName
{
background-color: #DD507D;
}
.BgClassName
{
background-color: #DD507D;
}
</style>
border-color css
<style>
span { border-color: #DD507D; }
span { border-color: rgb(221,80,125); }
td.TdClassName
{
border-color: #DD507D;
}
.TagClassName
{
border-color: #DD507D;
}
</style>