Shades of Cranberry #DD4481
Tints of Cranberry #DD4481
RGB
CMYK
RGB Variations
Color information
#DD4481 (or 0xDD4481) is known color: Cranberry. HEX triplet: DD, 44 and 81. RGB value is (221,68,129). Sum of RGB (Red+Green+Blue) = 221+68+129=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4481 is #22BB7E. Grayscale: #787878. Windows color (decimal): -2276223 or 8471773. OLE color: 8471773.
HSL color Cylindrical-coordinate representation of color #DD4481: hue angle of 336.08º 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 #DD4481 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 129 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.13 |
| HSL | 336.08º | 0.69% | 0.57% | - |
| HSV(B) | 336.08º | 0.69% | 0.87% | - |
| XYZ | 35.85 | 21.09 | 22.95 | - |
| YUV | 120.7 | 132.69 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 129 | 0 | 0.69 | 0.42 | 0.13 | 336.08 | 0.69 | 0.57 |
| Hex | DD | 44 | 81 | 0 | 45 | 2A | D | 150 | 45 | 39 |
| Octal | 335 | 104 | 201 | 0 | 105 | 52 | 15 | 520 | 105 | 71 |
| Binary | 11011101 | 1000100 | 10000001 | 0 | 1000101 | 101010 | 1101 | 101010000 | 1000101 | 111001 |
Color Harmonies of #DD4481
Complementary color
Monochromatic Colors of #DD4481
Black with #DD4481
Text Example
Text Example
White with #DD4481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4481; }
p { color: rgb(221,68,129); }
H1.HeaderClassName
{
color: #DD4481;
}
.AnyTagClassName
{
color: #DD4481;
}
</style>
background-color css
<style>
a { background-color: #DD4481; }
a { background-color: rgb(221,68,129); }
div.DivClassName
{
background-color: #DD4481;
}
.BgClassName
{
background-color: #DD4481;
}
</style>
border-color css
<style>
span { border-color: #DD4481; }
span { border-color: rgb(221,68,129); }
td.TdClassName
{
border-color: #DD4481;
}
.TagClassName
{
border-color: #DD4481;
}
</style>