Shades of Cranberry #DD4F6C
Tints of Cranberry #DD4F6C
RGB
CMYK
RGB Variations
Color information
#DD4F6C (or 0xDD4F6C) is known color: Cranberry. HEX triplet: DD, 4F and 6C. RGB value is (221,79,108). Sum of RGB (Red+Green+Blue) = 221+79+108=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F6C is #22B093. Grayscale: #7C7C7C. Windows color (decimal): -2273428 or 7098333. OLE color: 7098333.
HSL color Cylindrical-coordinate representation of color #DD4F6C: hue angle of 347.75º 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 #DD4F6C is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 108 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.13 |
| HSL | 347.75º | 0.68% | 0.59% | - |
| HSV(B) | 347.75º | 0.64% | 0.87% | - |
| XYZ | 35.32 | 22.05 | 16.58 | - |
| YUV | 124.76 | 118.54 | 196.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 108 | 0 | 0.64 | 0.51 | 0.13 | 347.75 | 0.68 | 0.59 |
| Hex | DD | 4F | 6C | 0 | 40 | 33 | D | 15C | 44 | 3B |
| Octal | 335 | 117 | 154 | 0 | 100 | 63 | 15 | 534 | 104 | 73 |
| Binary | 11011101 | 1001111 | 1101100 | 0 | 1000000 | 110011 | 1101 | 101011100 | 1000100 | 111011 |
Color Harmonies of #DD4F6C
Complementary color
Monochromatic Colors of #DD4F6C
Black with #DD4F6C
Text Example
Text Example
White with #DD4F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F6C; }
p { color: rgb(221,79,108); }
H1.HeaderClassName
{
color: #DD4F6C;
}
.AnyTagClassName
{
color: #DD4F6C;
}
</style>
background-color css
<style>
a { background-color: #DD4F6C; }
a { background-color: rgb(221,79,108); }
div.DivClassName
{
background-color: #DD4F6C;
}
.BgClassName
{
background-color: #DD4F6C;
}
</style>
border-color css
<style>
span { border-color: #DD4F6C; }
span { border-color: rgb(221,79,108); }
td.TdClassName
{
border-color: #DD4F6C;
}
.TagClassName
{
border-color: #DD4F6C;
}
</style>