Shades of Cranberry #DD456E
Tints of Cranberry #DD456E
RGB
CMYK
RGB Variations
Color information
#DD456E (or 0xDD456E) is known color: Cranberry. HEX triplet: DD, 45 and 6E. RGB value is (221,69,110). Sum of RGB (Red+Green+Blue) = 221+69+110=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD456E is #22BA91. Grayscale: #777777. Windows color (decimal): -2275986 or 7226845. OLE color: 7226845.
HSL color Cylindrical-coordinate representation of color #DD456E: hue angle of 343.82º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD456E is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 110 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.13 |
| HSL | 343.82º | 0.69% | 0.57% | - |
| HSV(B) | 343.82º | 0.69% | 0.87% | - |
| XYZ | 34.76 | 20.75 | 16.93 | - |
| YUV | 119.12 | 122.86 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 110 | 0 | 0.69 | 0.50 | 0.13 | 343.82 | 0.69 | 0.57 |
| Hex | DD | 45 | 6E | 0 | 45 | 32 | D | 158 | 45 | 39 |
| Octal | 335 | 105 | 156 | 0 | 105 | 62 | 15 | 530 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1101110 | 0 | 1000101 | 110010 | 1101 | 101011000 | 1000101 | 111001 |
Color Harmonies of #DD456E
Complementary color
Monochromatic Colors of #DD456E
Black with #DD456E
Text Example
Text Example
White with #DD456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD456E; }
p { color: rgb(221,69,110); }
H1.HeaderClassName
{
color: #DD456E;
}
.AnyTagClassName
{
color: #DD456E;
}
</style>
background-color css
<style>
a { background-color: #DD456E; }
a { background-color: rgb(221,69,110); }
div.DivClassName
{
background-color: #DD456E;
}
.BgClassName
{
background-color: #DD456E;
}
</style>
border-color css
<style>
span { border-color: #DD456E; }
span { border-color: rgb(221,69,110); }
td.TdClassName
{
border-color: #DD456E;
}
.TagClassName
{
border-color: #DD456E;
}
</style>