Shades of Cranberry #DD486D
Tints of Cranberry #DD486D
RGB
CMYK
RGB Variations
Color information
#DD486D (or 0xDD486D) is known color: Cranberry. HEX triplet: DD, 48 and 6D. RGB value is (221,72,109). Sum of RGB (Red+Green+Blue) = 221+72+109=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD486D is #22B792. Grayscale: #787878. Windows color (decimal): -2275219 or 7162077. OLE color: 7162077.
HSL color Cylindrical-coordinate representation of color #DD486D: hue angle of 345.1º 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 #DD486D is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 109 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.13 |
| HSL | 345.1º | 0.69% | 0.57% | - |
| HSV(B) | 345.1º | 0.67% | 0.87% | - |
| XYZ | 34.9 | 21.11 | 16.7 | - |
| YUV | 120.77 | 121.36 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 109 | 0 | 0.67 | 0.51 | 0.13 | 345.1 | 0.69 | 0.57 |
| Hex | DD | 48 | 6D | 0 | 43 | 33 | D | 159 | 45 | 39 |
| Octal | 335 | 110 | 155 | 0 | 103 | 63 | 15 | 531 | 105 | 71 |
| Binary | 11011101 | 1001000 | 1101101 | 0 | 1000011 | 110011 | 1101 | 101011001 | 1000101 | 111001 |
Color Harmonies of #DD486D
Complementary color
Monochromatic Colors of #DD486D
Black with #DD486D
Text Example
Text Example
White with #DD486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD486D; }
p { color: rgb(221,72,109); }
H1.HeaderClassName
{
color: #DD486D;
}
.AnyTagClassName
{
color: #DD486D;
}
</style>
background-color css
<style>
a { background-color: #DD486D; }
a { background-color: rgb(221,72,109); }
div.DivClassName
{
background-color: #DD486D;
}
.BgClassName
{
background-color: #DD486D;
}
</style>
border-color css
<style>
span { border-color: #DD486D; }
span { border-color: rgb(221,72,109); }
td.TdClassName
{
border-color: #DD486D;
}
.TagClassName
{
border-color: #DD486D;
}
</style>