Shades of Cranberry #DD466E
Tints of Cranberry #DD466E
RGB
CMYK
RGB Variations
Color information
#DD466E (or 0xDD466E) is known color: Cranberry. HEX triplet: DD, 46 and 6E. RGB value is (221,70,110). Sum of RGB (Red+Green+Blue) = 221+70+110=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 70 (27.73% from 255 or 17.46% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD466E is #22B991. Grayscale: #777777. Windows color (decimal): -2275730 or 7227101. OLE color: 7227101.
HSL color Cylindrical-coordinate representation of color #DD466E: hue angle of 344.11º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD466E is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 110 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.13 |
| HSL | 344.11º | 0.69% | 0.57% | - |
| HSV(B) | 344.11º | 0.68% | 0.87% | - |
| XYZ | 34.82 | 20.88 | 16.95 | - |
| YUV | 119.71 | 122.53 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 110 | 0 | 0.68 | 0.50 | 0.13 | 344.11 | 0.69 | 0.57 |
| Hex | DD | 46 | 6E | 0 | 44 | 32 | D | 158 | 45 | 39 |
| Octal | 335 | 106 | 156 | 0 | 104 | 62 | 15 | 530 | 105 | 71 |
| Binary | 11011101 | 1000110 | 1101110 | 0 | 1000100 | 110010 | 1101 | 101011000 | 1000101 | 111001 |
Color Harmonies of #DD466E
Complementary color
Monochromatic Colors of #DD466E
Black with #DD466E
Text Example
Text Example
White with #DD466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD466E; }
p { color: rgb(221,70,110); }
H1.HeaderClassName
{
color: #DD466E;
}
.AnyTagClassName
{
color: #DD466E;
}
</style>
background-color css
<style>
a { background-color: #DD466E; }
a { background-color: rgb(221,70,110); }
div.DivClassName
{
background-color: #DD466E;
}
.BgClassName
{
background-color: #DD466E;
}
</style>
border-color css
<style>
span { border-color: #DD466E; }
span { border-color: rgb(221,70,110); }
td.TdClassName
{
border-color: #DD466E;
}
.TagClassName
{
border-color: #DD466E;
}
</style>