Shades of Cranberry #DD466A
Tints of Cranberry #DD466A
RGB
CMYK
RGB Variations
Color information
#DD466A (or 0xDD466A) is known color: Cranberry. HEX triplet: DD, 46 and 6A. RGB value is (221,70,106). Sum of RGB (Red+Green+Blue) = 221+70+106=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD466A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD466A is #22B995. Grayscale: #777777. Windows color (decimal): -2275734 or 6964957. OLE color: 6964957.
HSL color Cylindrical-coordinate representation of color #DD466A: hue angle of 345.7º 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 #DD466A is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 106 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.13 |
| HSL | 345.7º | 0.69% | 0.57% | - |
| HSV(B) | 345.7º | 0.68% | 0.87% | - |
| XYZ | 34.61 | 20.79 | 15.82 | - |
| YUV | 119.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 106 | 0 | 0.68 | 0.52 | 0.13 | 345.7 | 0.69 | 0.57 |
| Hex | DD | 46 | 6A | 0 | 44 | 34 | D | 15A | 45 | 39 |
| Octal | 335 | 106 | 152 | 0 | 104 | 64 | 15 | 532 | 105 | 71 |
| Binary | 11011101 | 1000110 | 1101010 | 0 | 1000100 | 110100 | 1101 | 101011010 | 1000101 | 111001 |
Color Harmonies of #DD466A
Complementary color
Monochromatic Colors of #DD466A
Black with #DD466A
Text Example
Text Example
White with #DD466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD466A; }
p { color: rgb(221,70,106); }
H1.HeaderClassName
{
color: #DD466A;
}
.AnyTagClassName
{
color: #DD466A;
}
</style>
background-color css
<style>
a { background-color: #DD466A; }
a { background-color: rgb(221,70,106); }
div.DivClassName
{
background-color: #DD466A;
}
.BgClassName
{
background-color: #DD466A;
}
</style>
border-color css
<style>
span { border-color: #DD466A; }
span { border-color: rgb(221,70,106); }
td.TdClassName
{
border-color: #DD466A;
}
.TagClassName
{
border-color: #DD466A;
}
</style>