Shades of Cranberry #DD4875
Tints of Cranberry #DD4875
RGB
CMYK
RGB Variations
Color information
#DD4875 (or 0xDD4875) is known color: Cranberry. HEX triplet: DD, 48 and 75. RGB value is (221,72,117). Sum of RGB (Red+Green+Blue) = 221+72+117=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4875 is #22B78A. Grayscale: #797979. Windows color (decimal): -2275211 or 7686365. OLE color: 7686365.
HSL color Cylindrical-coordinate representation of color #DD4875: hue angle of 341.88º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4875 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 117 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.13 |
| HSL | 341.88º | 0.69% | 0.57% | - |
| HSV(B) | 341.88º | 0.67% | 0.87% | - |
| XYZ | 35.35 | 21.29 | 19.08 | - |
| YUV | 121.68 | 125.36 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 117 | 0 | 0.67 | 0.47 | 0.13 | 341.88 | 0.69 | 0.57 |
| Hex | DD | 48 | 75 | 0 | 43 | 2F | D | 156 | 45 | 39 |
| Octal | 335 | 110 | 165 | 0 | 103 | 57 | 15 | 526 | 105 | 71 |
| Binary | 11011101 | 1001000 | 1110101 | 0 | 1000011 | 101111 | 1101 | 101010110 | 1000101 | 111001 |
Color Harmonies of #DD4875
Complementary color
Monochromatic Colors of #DD4875
Black with #DD4875
Text Example
Text Example
White with #DD4875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4875; }
p { color: rgb(221,72,117); }
H1.HeaderClassName
{
color: #DD4875;
}
.AnyTagClassName
{
color: #DD4875;
}
</style>
background-color css
<style>
a { background-color: #DD4875; }
a { background-color: rgb(221,72,117); }
div.DivClassName
{
background-color: #DD4875;
}
.BgClassName
{
background-color: #DD4875;
}
</style>
border-color css
<style>
span { border-color: #DD4875; }
span { border-color: rgb(221,72,117); }
td.TdClassName
{
border-color: #DD4875;
}
.TagClassName
{
border-color: #DD4875;
}
</style>