Shades of Cranberry #DD4F6E
Tints of Cranberry #DD4F6E
RGB
CMYK
RGB Variations
Color information
#DD4F6E (or 0xDD4F6E) is known color: Cranberry. HEX triplet: DD, 4F and 6E. RGB value is (221,79,110). Sum of RGB (Red+Green+Blue) = 221+79+110=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F6E is #22B091. Grayscale: #7D7D7D. Windows color (decimal): -2273426 or 7229405. OLE color: 7229405.
HSL color Cylindrical-coordinate representation of color #DD4F6E: hue angle of 346.9º 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 #DD4F6E is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 110 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.13 |
| HSL | 346.9º | 0.68% | 0.59% | - |
| HSV(B) | 346.9º | 0.64% | 0.87% | - |
| XYZ | 35.43 | 22.09 | 17.15 | - |
| YUV | 124.99 | 119.54 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 110 | 0 | 0.64 | 0.50 | 0.13 | 346.9 | 0.68 | 0.59 |
| Hex | DD | 4F | 6E | 0 | 40 | 32 | D | 15B | 44 | 3B |
| Octal | 335 | 117 | 156 | 0 | 100 | 62 | 15 | 533 | 104 | 73 |
| Binary | 11011101 | 1001111 | 1101110 | 0 | 1000000 | 110010 | 1101 | 101011011 | 1000100 | 111011 |
Color Harmonies of #DD4F6E
Complementary color
Monochromatic Colors of #DD4F6E
Black with #DD4F6E
Text Example
Text Example
White with #DD4F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F6E; }
p { color: rgb(221,79,110); }
H1.HeaderClassName
{
color: #DD4F6E;
}
.AnyTagClassName
{
color: #DD4F6E;
}
</style>
background-color css
<style>
a { background-color: #DD4F6E; }
a { background-color: rgb(221,79,110); }
div.DivClassName
{
background-color: #DD4F6E;
}
.BgClassName
{
background-color: #DD4F6E;
}
</style>
border-color css
<style>
span { border-color: #DD4F6E; }
span { border-color: rgb(221,79,110); }
td.TdClassName
{
border-color: #DD4F6E;
}
.TagClassName
{
border-color: #DD4F6E;
}
</style>