Shades of Cranberry #DD4581
Tints of Cranberry #DD4581
RGB
CMYK
RGB Variations
Color information
#DD4581 (or 0xDD4581) is known color: Cranberry. HEX triplet: DD, 45 and 81. RGB value is (221,69,129). Sum of RGB (Red+Green+Blue) = 221+69+129=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4581 is #22BA7E. Grayscale: #797979. Windows color (decimal): -2275967 or 8472029. OLE color: 8472029.
HSL color Cylindrical-coordinate representation of color #DD4581: hue angle of 336.32º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4581 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 129 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.13 |
| HSL | 336.32º | 0.69% | 0.57% | - |
| HSV(B) | 336.32º | 0.69% | 0.87% | - |
| XYZ | 35.91 | 21.21 | 22.97 | - |
| YUV | 121.29 | 132.36 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 129 | 0 | 0.69 | 0.42 | 0.13 | 336.32 | 0.69 | 0.57 |
| Hex | DD | 45 | 81 | 0 | 45 | 2A | D | 150 | 45 | 39 |
| Octal | 335 | 105 | 201 | 0 | 105 | 52 | 15 | 520 | 105 | 71 |
| Binary | 11011101 | 1000101 | 10000001 | 0 | 1000101 | 101010 | 1101 | 101010000 | 1000101 | 111001 |
Color Harmonies of #DD4581
Complementary color
Monochromatic Colors of #DD4581
Black with #DD4581
Text Example
Text Example
White with #DD4581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4581; }
p { color: rgb(221,69,129); }
H1.HeaderClassName
{
color: #DD4581;
}
.AnyTagClassName
{
color: #DD4581;
}
</style>
background-color css
<style>
a { background-color: #DD4581; }
a { background-color: rgb(221,69,129); }
div.DivClassName
{
background-color: #DD4581;
}
.BgClassName
{
background-color: #DD4581;
}
</style>
border-color css
<style>
span { border-color: #DD4581; }
span { border-color: rgb(221,69,129); }
td.TdClassName
{
border-color: #DD4581;
}
.TagClassName
{
border-color: #DD4581;
}
</style>