Shades of Cranberry #DD456D
Tints of Cranberry #DD456D
RGB
CMYK
RGB Variations
Color information
#DD456D (or 0xDD456D) is known color: Cranberry. HEX triplet: DD, 45 and 6D. RGB value is (221,69,109). Sum of RGB (Red+Green+Blue) = 221+69+109=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD456D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD456D is #22BA92. Grayscale: #767676. Windows color (decimal): -2275987 or 7161309. OLE color: 7161309.
HSL color Cylindrical-coordinate representation of color #DD456D: hue angle of 344.21º 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 #DD456D is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 109 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.13 |
| HSL | 344.21º | 0.69% | 0.57% | - |
| HSV(B) | 344.21º | 0.69% | 0.87% | - |
| XYZ | 34.71 | 20.73 | 16.64 | - |
| YUV | 119.01 | 122.36 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 109 | 0 | 0.69 | 0.51 | 0.13 | 344.21 | 0.69 | 0.57 |
| Hex | DD | 45 | 6D | 0 | 45 | 33 | D | 158 | 45 | 39 |
| Octal | 335 | 105 | 155 | 0 | 105 | 63 | 15 | 530 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1101101 | 0 | 1000101 | 110011 | 1101 | 101011000 | 1000101 | 111001 |
Color Harmonies of #DD456D
Complementary color
Monochromatic Colors of #DD456D
Black with #DD456D
Text Example
Text Example
White with #DD456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD456D; }
p { color: rgb(221,69,109); }
H1.HeaderClassName
{
color: #DD456D;
}
.AnyTagClassName
{
color: #DD456D;
}
</style>
background-color css
<style>
a { background-color: #DD456D; }
a { background-color: rgb(221,69,109); }
div.DivClassName
{
background-color: #DD456D;
}
.BgClassName
{
background-color: #DD456D;
}
</style>
border-color css
<style>
span { border-color: #DD456D; }
span { border-color: rgb(221,69,109); }
td.TdClassName
{
border-color: #DD456D;
}
.TagClassName
{
border-color: #DD456D;
}
</style>