Shades of Cranberry #DD4075
Tints of Cranberry #DD4075
RGB
CMYK
RGB Variations
Color information
#DD4075 (or 0xDD4075) is known color: Cranberry. HEX triplet: DD, 40 and 75. RGB value is (221,64,117). Sum of RGB (Red+Green+Blue) = 221+64+117=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 64 (25.39% from 255 or 15.92% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4075 is #22BF8A. Grayscale: #747474. Windows color (decimal): -2277259 or 7684317. OLE color: 7684317.
HSL color Cylindrical-coordinate representation of color #DD4075: hue angle of 339.75º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4075 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 117 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.13 |
| HSL | 339.75º | 0.7% | 0.56% | - |
| HSV(B) | 339.75º | 0.71% | 0.87% | - |
| XYZ | 34.86 | 20.32 | 18.91 | - |
| YUV | 116.99 | 128.01 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 117 | 0 | 0.71 | 0.47 | 0.13 | 339.75 | 0.7 | 0.56 |
| Hex | DD | 40 | 75 | 0 | 47 | 2F | D | 154 | 46 | 38 |
| Octal | 335 | 100 | 165 | 0 | 107 | 57 | 15 | 524 | 106 | 70 |
| Binary | 11011101 | 1000000 | 1110101 | 0 | 1000111 | 101111 | 1101 | 101010100 | 1000110 | 111000 |
Color Harmonies of #DD4075
Complementary color
Monochromatic Colors of #DD4075
Black with #DD4075
Text Example
Text Example
White with #DD4075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4075; }
p { color: rgb(221,64,117); }
H1.HeaderClassName
{
color: #DD4075;
}
.AnyTagClassName
{
color: #DD4075;
}
</style>
background-color css
<style>
a { background-color: #DD4075; }
a { background-color: rgb(221,64,117); }
div.DivClassName
{
background-color: #DD4075;
}
.BgClassName
{
background-color: #DD4075;
}
</style>
border-color css
<style>
span { border-color: #DD4075; }
span { border-color: rgb(221,64,117); }
td.TdClassName
{
border-color: #DD4075;
}
.TagClassName
{
border-color: #DD4075;
}
</style>