Shades of Cranberry #DD4A6A
Tints of Cranberry #DD4A6A
RGB
CMYK
RGB Variations
Color information
#DD4A6A (or 0xDD4A6A) is known color: Cranberry. HEX triplet: DD, 4A and 6A. RGB value is (221,74,106). Sum of RGB (Red+Green+Blue) = 221+74+106=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4A6A is #22B595. Grayscale: #797979. Windows color (decimal): -2274710 or 6965981. OLE color: 6965981.
HSL color Cylindrical-coordinate representation of color #DD4A6A: hue angle of 346.94º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4A6A is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 106 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.13 |
| HSL | 346.94º | 0.68% | 0.58% | - |
| HSV(B) | 346.94º | 0.67% | 0.87% | - |
| XYZ | 34.87 | 21.31 | 15.91 | - |
| YUV | 121.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 106 | 0 | 0.67 | 0.52 | 0.13 | 346.94 | 0.68 | 0.58 |
| Hex | DD | 4A | 6A | 0 | 43 | 34 | D | 15B | 44 | 3A |
| Octal | 335 | 112 | 152 | 0 | 103 | 64 | 15 | 533 | 104 | 72 |
| Binary | 11011101 | 1001010 | 1101010 | 0 | 1000011 | 110100 | 1101 | 101011011 | 1000100 | 111010 |
Color Harmonies of #DD4A6A
Complementary color
Monochromatic Colors of #DD4A6A
Black with #DD4A6A
Text Example
Text Example
White with #DD4A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A6A; }
p { color: rgb(221,74,106); }
H1.HeaderClassName
{
color: #DD4A6A;
}
.AnyTagClassName
{
color: #DD4A6A;
}
</style>
background-color css
<style>
a { background-color: #DD4A6A; }
a { background-color: rgb(221,74,106); }
div.DivClassName
{
background-color: #DD4A6A;
}
.BgClassName
{
background-color: #DD4A6A;
}
</style>
border-color css
<style>
span { border-color: #DD4A6A; }
span { border-color: rgb(221,74,106); }
td.TdClassName
{
border-color: #DD4A6A;
}
.TagClassName
{
border-color: #DD4A6A;
}
</style>