Shades of Cranberry #DD4F7A
Tints of Cranberry #DD4F7A
RGB
CMYK
RGB Variations
Color information
#DD4F7A (or 0xDD4F7A) is known color: Cranberry. HEX triplet: DD, 4F and 7A. RGB value is (221,79,122). Sum of RGB (Red+Green+Blue) = 221+79+122=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 79 (31.25% from 255 or 18.72% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F7A is #22B085. Grayscale: #7E7E7E. Windows color (decimal): -2273414 or 8015837. OLE color: 8015837.
HSL color Cylindrical-coordinate representation of color #DD4F7A: hue angle of 341.83º 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 #DD4F7A is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 122 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.13 |
| HSL | 341.83º | 0.68% | 0.59% | - |
| HSV(B) | 341.83º | 0.64% | 0.87% | - |
| XYZ | 36.13 | 22.37 | 20.83 | - |
| YUV | 126.36 | 125.54 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 122 | 0 | 0.64 | 0.45 | 0.13 | 341.83 | 0.68 | 0.59 |
| Hex | DD | 4F | 7A | 0 | 40 | 2D | D | 156 | 44 | 3B |
| Octal | 335 | 117 | 172 | 0 | 100 | 55 | 15 | 526 | 104 | 73 |
| Binary | 11011101 | 1001111 | 1111010 | 0 | 1000000 | 101101 | 1101 | 101010110 | 1000100 | 111011 |
Color Harmonies of #DD4F7A
Complementary color
Monochromatic Colors of #DD4F7A
Black with #DD4F7A
Text Example
Text Example
White with #DD4F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F7A; }
p { color: rgb(221,79,122); }
H1.HeaderClassName
{
color: #DD4F7A;
}
.AnyTagClassName
{
color: #DD4F7A;
}
</style>
background-color css
<style>
a { background-color: #DD4F7A; }
a { background-color: rgb(221,79,122); }
div.DivClassName
{
background-color: #DD4F7A;
}
.BgClassName
{
background-color: #DD4F7A;
}
</style>
border-color css
<style>
span { border-color: #DD4F7A; }
span { border-color: rgb(221,79,122); }
td.TdClassName
{
border-color: #DD4F7A;
}
.TagClassName
{
border-color: #DD4F7A;
}
</style>