Shades of Cranberry #DD4F72
Tints of Cranberry #DD4F72
RGB
CMYK
RGB Variations
Color information
#DD4F72 (or 0xDD4F72) is known color: Cranberry. HEX triplet: DD, 4F and 72. RGB value is (221,79,114). Sum of RGB (Red+Green+Blue) = 221+79+114=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F72 is #22B08D. Grayscale: #7D7D7D. Windows color (decimal): -2273422 or 7491549. OLE color: 7491549.
HSL color Cylindrical-coordinate representation of color #DD4F72: hue angle of 345.21º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4F72 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 114 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.13 |
| HSL | 345.21º | 0.68% | 0.59% | - |
| HSV(B) | 345.21º | 0.64% | 0.87% | - |
| XYZ | 35.65 | 22.18 | 18.32 | - |
| YUV | 125.45 | 121.54 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 114 | 0 | 0.64 | 0.48 | 0.13 | 345.21 | 0.68 | 0.59 |
| Hex | DD | 4F | 72 | 0 | 40 | 30 | D | 159 | 44 | 3B |
| Octal | 335 | 117 | 162 | 0 | 100 | 60 | 15 | 531 | 104 | 73 |
| Binary | 11011101 | 1001111 | 1110010 | 0 | 1000000 | 110000 | 1101 | 101011001 | 1000100 | 111011 |
Color Harmonies of #DD4F72
Complementary color
Monochromatic Colors of #DD4F72
Black with #DD4F72
Text Example
Text Example
White with #DD4F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F72; }
p { color: rgb(221,79,114); }
H1.HeaderClassName
{
color: #DD4F72;
}
.AnyTagClassName
{
color: #DD4F72;
}
</style>
background-color css
<style>
a { background-color: #DD4F72; }
a { background-color: rgb(221,79,114); }
div.DivClassName
{
background-color: #DD4F72;
}
.BgClassName
{
background-color: #DD4F72;
}
</style>
border-color css
<style>
span { border-color: #DD4F72; }
span { border-color: rgb(221,79,114); }
td.TdClassName
{
border-color: #DD4F72;
}
.TagClassName
{
border-color: #DD4F72;
}
</style>