Shades of Cranberry #DD3E76
Tints of Cranberry #DD3E76
RGB
CMYK
RGB Variations
Color information
#DD3E76 (or 0xDD3E76) is known color: Cranberry. HEX triplet: DD, 3E and 76. RGB value is (221,62,118). Sum of RGB (Red+Green+Blue) = 221+62+118=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3E76 is #22C189. Grayscale: #737373. Windows color (decimal): -2277770 or 7749341. OLE color: 7749341.
HSL color Cylindrical-coordinate representation of color #DD3E76: hue angle of 338.87º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3E76 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 118 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.13 |
| HSL | 338.87º | 0.7% | 0.55% | - |
| HSV(B) | 338.87º | 0.72% | 0.87% | - |
| XYZ | 34.81 | 20.13 | 19.19 | - |
| YUV | 115.93 | 129.18 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 118 | 0 | 0.72 | 0.47 | 0.13 | 338.87 | 0.7 | 0.55 |
| Hex | DD | 3E | 76 | 0 | 48 | 2F | D | 153 | 46 | 37 |
| Octal | 335 | 76 | 166 | 0 | 110 | 57 | 15 | 523 | 106 | 67 |
| Binary | 11011101 | 111110 | 1110110 | 0 | 1001000 | 101111 | 1101 | 101010011 | 1000110 | 110111 |
Color Harmonies of #DD3E76
Complementary color
Monochromatic Colors of #DD3E76
Black with #DD3E76
Text Example
Text Example
White with #DD3E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E76; }
p { color: rgb(221,62,118); }
H1.HeaderClassName
{
color: #DD3E76;
}
.AnyTagClassName
{
color: #DD3E76;
}
</style>
background-color css
<style>
a { background-color: #DD3E76; }
a { background-color: rgb(221,62,118); }
div.DivClassName
{
background-color: #DD3E76;
}
.BgClassName
{
background-color: #DD3E76;
}
</style>
border-color css
<style>
span { border-color: #DD3E76; }
span { border-color: rgb(221,62,118); }
td.TdClassName
{
border-color: #DD3E76;
}
.TagClassName
{
border-color: #DD3E76;
}
</style>