Shades of Cranberry #DD4A78
Tints of Cranberry #DD4A78
RGB
CMYK
RGB Variations
Color information
#DD4A78 (or 0xDD4A78) is known color: Cranberry. HEX triplet: DD, 4A and 78. RGB value is (221,74,120). Sum of RGB (Red+Green+Blue) = 221+74+120=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4A78 is #22B587. Grayscale: #7B7B7B. Windows color (decimal): -2274696 or 7883485. OLE color: 7883485.
HSL color Cylindrical-coordinate representation of color #DD4A78: hue angle of 341.22º 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 #DD4A78 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 120 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.13 |
| HSL | 341.22º | 0.68% | 0.58% | - |
| HSV(B) | 341.22º | 0.67% | 0.87% | - |
| XYZ | 35.66 | 21.63 | 20.06 | - |
| YUV | 123.2 | 126.2 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 120 | 0 | 0.67 | 0.46 | 0.13 | 341.22 | 0.68 | 0.58 |
| Hex | DD | 4A | 78 | 0 | 43 | 2E | D | 155 | 44 | 3A |
| Octal | 335 | 112 | 170 | 0 | 103 | 56 | 15 | 525 | 104 | 72 |
| Binary | 11011101 | 1001010 | 1111000 | 0 | 1000011 | 101110 | 1101 | 101010101 | 1000100 | 111010 |
Color Harmonies of #DD4A78
Complementary color
Monochromatic Colors of #DD4A78
Black with #DD4A78
Text Example
Text Example
White with #DD4A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A78; }
p { color: rgb(221,74,120); }
H1.HeaderClassName
{
color: #DD4A78;
}
.AnyTagClassName
{
color: #DD4A78;
}
</style>
background-color css
<style>
a { background-color: #DD4A78; }
a { background-color: rgb(221,74,120); }
div.DivClassName
{
background-color: #DD4A78;
}
.BgClassName
{
background-color: #DD4A78;
}
</style>
border-color css
<style>
span { border-color: #DD4A78; }
span { border-color: rgb(221,74,120); }
td.TdClassName
{
border-color: #DD4A78;
}
.TagClassName
{
border-color: #DD4A78;
}
</style>