Shades of Cranberry #DD487B
Tints of Cranberry #DD487B
RGB
CMYK
RGB Variations
Color information
#DD487B (or 0xDD487B) is known color: Cranberry. HEX triplet: DD, 48 and 7B. RGB value is (221,72,123). Sum of RGB (Red+Green+Blue) = 221+72+123=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD487B is #22B784. Grayscale: #7A7A7A. Windows color (decimal): -2275205 or 8079581. OLE color: 8079581.
HSL color Cylindrical-coordinate representation of color #DD487B: hue angle of 339.46º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD487B is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 123 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.13 |
| HSL | 339.46º | 0.69% | 0.57% | - |
| HSV(B) | 339.46º | 0.67% | 0.87% | - |
| XYZ | 35.71 | 21.44 | 20.99 | - |
| YUV | 122.37 | 128.36 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 123 | 0 | 0.67 | 0.44 | 0.13 | 339.46 | 0.69 | 0.57 |
| Hex | DD | 48 | 7B | 0 | 43 | 2C | D | 153 | 45 | 39 |
| Octal | 335 | 110 | 173 | 0 | 103 | 54 | 15 | 523 | 105 | 71 |
| Binary | 11011101 | 1001000 | 1111011 | 0 | 1000011 | 101100 | 1101 | 101010011 | 1000101 | 111001 |
Color Harmonies of #DD487B
Complementary color
Monochromatic Colors of #DD487B
Black with #DD487B
Text Example
Text Example
White with #DD487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD487B; }
p { color: rgb(221,72,123); }
H1.HeaderClassName
{
color: #DD487B;
}
.AnyTagClassName
{
color: #DD487B;
}
</style>
background-color css
<style>
a { background-color: #DD487B; }
a { background-color: rgb(221,72,123); }
div.DivClassName
{
background-color: #DD487B;
}
.BgClassName
{
background-color: #DD487B;
}
</style>
border-color css
<style>
span { border-color: #DD487B; }
span { border-color: rgb(221,72,123); }
td.TdClassName
{
border-color: #DD487B;
}
.TagClassName
{
border-color: #DD487B;
}
</style>