Shades of Cranberry #DD4681
Tints of Cranberry #DD4681
RGB
CMYK
RGB Variations
Color information
#DD4681 (or 0xDD4681) is known color: Cranberry. HEX triplet: DD, 46 and 81. RGB value is (221,70,129). Sum of RGB (Red+Green+Blue) = 221+70+129=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4681 is #22B97E. Grayscale: #797979. Windows color (decimal): -2275711 or 8472285. OLE color: 8472285.
HSL color Cylindrical-coordinate representation of color #DD4681: hue angle of 336.56º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4681 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 129 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.13 |
| HSL | 336.56º | 0.69% | 0.57% | - |
| HSV(B) | 336.56º | 0.68% | 0.87% | - |
| XYZ | 35.97 | 21.34 | 22.99 | - |
| YUV | 121.88 | 132.03 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 129 | 0 | 0.68 | 0.42 | 0.13 | 336.56 | 0.69 | 0.57 |
| Hex | DD | 46 | 81 | 0 | 44 | 2A | D | 151 | 45 | 39 |
| Octal | 335 | 106 | 201 | 0 | 104 | 52 | 15 | 521 | 105 | 71 |
| Binary | 11011101 | 1000110 | 10000001 | 0 | 1000100 | 101010 | 1101 | 101010001 | 1000101 | 111001 |
Color Harmonies of #DD4681
Complementary color
Monochromatic Colors of #DD4681
Black with #DD4681
Text Example
Text Example
White with #DD4681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4681; }
p { color: rgb(221,70,129); }
H1.HeaderClassName
{
color: #DD4681;
}
.AnyTagClassName
{
color: #DD4681;
}
</style>
background-color css
<style>
a { background-color: #DD4681; }
a { background-color: rgb(221,70,129); }
div.DivClassName
{
background-color: #DD4681;
}
.BgClassName
{
background-color: #DD4681;
}
</style>
border-color css
<style>
span { border-color: #DD4681; }
span { border-color: rgb(221,70,129); }
td.TdClassName
{
border-color: #DD4681;
}
.TagClassName
{
border-color: #DD4681;
}
</style>