Shades of Cranberry #DD4173
Tints of Cranberry #DD4173
RGB
CMYK
RGB Variations
Color information
#DD4173 (or 0xDD4173) is known color: Cranberry. HEX triplet: DD, 41 and 73. RGB value is (221,65,115). Sum of RGB (Red+Green+Blue) = 221+65+115=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4173 is #22BE8C. Grayscale: #757575. Windows color (decimal): -2277005 or 7553501. OLE color: 7553501.
HSL color Cylindrical-coordinate representation of color #DD4173: hue angle of 340.77º 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 #DD4173 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 115 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.13 |
| HSL | 340.77º | 0.7% | 0.56% | - |
| HSV(B) | 340.77º | 0.71% | 0.87% | - |
| XYZ | 34.8 | 20.39 | 18.32 | - |
| YUV | 117.34 | 126.68 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 115 | 0 | 0.71 | 0.48 | 0.13 | 340.77 | 0.7 | 0.56 |
| Hex | DD | 41 | 73 | 0 | 47 | 30 | D | 155 | 46 | 38 |
| Octal | 335 | 101 | 163 | 0 | 107 | 60 | 15 | 525 | 106 | 70 |
| Binary | 11011101 | 1000001 | 1110011 | 0 | 1000111 | 110000 | 1101 | 101010101 | 1000110 | 111000 |
Color Harmonies of #DD4173
Complementary color
Monochromatic Colors of #DD4173
Black with #DD4173
Text Example
Text Example
White with #DD4173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4173; }
p { color: rgb(221,65,115); }
H1.HeaderClassName
{
color: #DD4173;
}
.AnyTagClassName
{
color: #DD4173;
}
</style>
background-color css
<style>
a { background-color: #DD4173; }
a { background-color: rgb(221,65,115); }
div.DivClassName
{
background-color: #DD4173;
}
.BgClassName
{
background-color: #DD4173;
}
</style>
border-color css
<style>
span { border-color: #DD4173; }
span { border-color: rgb(221,65,115); }
td.TdClassName
{
border-color: #DD4173;
}
.TagClassName
{
border-color: #DD4173;
}
</style>