Shades of Cranberry #DD447F
Tints of Cranberry #DD447F
RGB
CMYK
RGB Variations
Color information
#DD447F (or 0xDD447F) is known color: Cranberry. HEX triplet: DD, 44 and 7F. RGB value is (221,68,127). Sum of RGB (Red+Green+Blue) = 221+68+127=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD447F is #22BB80. Grayscale: #787878. Windows color (decimal): -2276225 or 8340701. OLE color: 8340701.
HSL color Cylindrical-coordinate representation of color #DD447F: hue angle of 336.86º 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 #DD447F is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 127 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.13 |
| HSL | 336.86º | 0.69% | 0.57% | - |
| HSV(B) | 336.86º | 0.69% | 0.87% | - |
| XYZ | 35.72 | 21.04 | 22.26 | - |
| YUV | 120.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 127 | 0 | 0.69 | 0.43 | 0.13 | 336.86 | 0.69 | 0.57 |
| Hex | DD | 44 | 7F | 0 | 45 | 2B | D | 151 | 45 | 39 |
| Octal | 335 | 104 | 177 | 0 | 105 | 53 | 15 | 521 | 105 | 71 |
| Binary | 11011101 | 1000100 | 1111111 | 0 | 1000101 | 101011 | 1101 | 101010001 | 1000101 | 111001 |
Color Harmonies of #DD447F
Complementary color
Monochromatic Colors of #DD447F
Black with #DD447F
Text Example
Text Example
White with #DD447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD447F; }
p { color: rgb(221,68,127); }
H1.HeaderClassName
{
color: #DD447F;
}
.AnyTagClassName
{
color: #DD447F;
}
</style>
background-color css
<style>
a { background-color: #DD447F; }
a { background-color: rgb(221,68,127); }
div.DivClassName
{
background-color: #DD447F;
}
.BgClassName
{
background-color: #DD447F;
}
</style>
border-color css
<style>
span { border-color: #DD447F; }
span { border-color: rgb(221,68,127); }
td.TdClassName
{
border-color: #DD447F;
}
.TagClassName
{
border-color: #DD447F;
}
</style>