Shades of Cranberry #DD4C6D
Tints of Cranberry #DD4C6D
RGB
CMYK
RGB Variations
Color information
#DD4C6D (or 0xDD4C6D) is known color: Cranberry. HEX triplet: DD, 4C and 6D. RGB value is (221,76,109). Sum of RGB (Red+Green+Blue) = 221+76+109=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4C6D is #22B392. Grayscale: #7B7B7B. Windows color (decimal): -2274195 or 7163101. OLE color: 7163101.
HSL color Cylindrical-coordinate representation of color #DD4C6D: hue angle of 346.34º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4C6D is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 109 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.13 |
| HSL | 346.34º | 0.68% | 0.58% | - |
| HSV(B) | 346.34º | 0.66% | 0.87% | - |
| XYZ | 35.16 | 21.65 | 16.79 | - |
| YUV | 123.12 | 120.04 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 109 | 0 | 0.66 | 0.51 | 0.13 | 346.34 | 0.68 | 0.58 |
| Hex | DD | 4C | 6D | 0 | 42 | 33 | D | 15A | 44 | 3A |
| Octal | 335 | 114 | 155 | 0 | 102 | 63 | 15 | 532 | 104 | 72 |
| Binary | 11011101 | 1001100 | 1101101 | 0 | 1000010 | 110011 | 1101 | 101011010 | 1000100 | 111010 |
Color Harmonies of #DD4C6D
Complementary color
Monochromatic Colors of #DD4C6D
Black with #DD4C6D
Text Example
Text Example
White with #DD4C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C6D; }
p { color: rgb(221,76,109); }
H1.HeaderClassName
{
color: #DD4C6D;
}
.AnyTagClassName
{
color: #DD4C6D;
}
</style>
background-color css
<style>
a { background-color: #DD4C6D; }
a { background-color: rgb(221,76,109); }
div.DivClassName
{
background-color: #DD4C6D;
}
.BgClassName
{
background-color: #DD4C6D;
}
</style>
border-color css
<style>
span { border-color: #DD4C6D; }
span { border-color: rgb(221,76,109); }
td.TdClassName
{
border-color: #DD4C6D;
}
.TagClassName
{
border-color: #DD4C6D;
}
</style>