Shades of Cranberry #DD456B
Tints of Cranberry #DD456B
RGB
CMYK
RGB Variations
Color information
#DD456B (or 0xDD456B) is known color: Cranberry. HEX triplet: DD, 45 and 6B. RGB value is (221,69,107). Sum of RGB (Red+Green+Blue) = 221+69+107=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD456B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD456B is #22BA94. Grayscale: #767676. Windows color (decimal): -2275989 or 7030237. OLE color: 7030237.
HSL color Cylindrical-coordinate representation of color #DD456B: hue angle of 345º 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 #DD456B is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 107 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.13 |
| HSL | 345º | 0.69% | 0.57% | - |
| HSV(B) | 345º | 0.69% | 0.87% | - |
| XYZ | 34.6 | 20.69 | 16.08 | - |
| YUV | 118.78 | 121.36 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 107 | 0 | 0.69 | 0.52 | 0.13 | 345 | 0.69 | 0.57 |
| Hex | DD | 45 | 6B | 0 | 45 | 34 | D | 159 | 45 | 39 |
| Octal | 335 | 105 | 153 | 0 | 105 | 64 | 15 | 531 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1101011 | 0 | 1000101 | 110100 | 1101 | 101011001 | 1000101 | 111001 |
Color Harmonies of #DD456B
Complementary color
Monochromatic Colors of #DD456B
Black with #DD456B
Text Example
Text Example
White with #DD456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD456B; }
p { color: rgb(221,69,107); }
H1.HeaderClassName
{
color: #DD456B;
}
.AnyTagClassName
{
color: #DD456B;
}
</style>
background-color css
<style>
a { background-color: #DD456B; }
a { background-color: rgb(221,69,107); }
div.DivClassName
{
background-color: #DD456B;
}
.BgClassName
{
background-color: #DD456B;
}
</style>
border-color css
<style>
span { border-color: #DD456B; }
span { border-color: rgb(221,69,107); }
td.TdClassName
{
border-color: #DD456B;
}
.TagClassName
{
border-color: #DD456B;
}
</style>