Shades of Cranberry #DD4F6D
Tints of Cranberry #DD4F6D
RGB
CMYK
RGB Variations
Color information
#DD4F6D (or 0xDD4F6D) is known color: Cranberry. HEX triplet: DD, 4F and 6D. RGB value is (221,79,109). Sum of RGB (Red+Green+Blue) = 221+79+109=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F6D is #22B092. Grayscale: #7C7C7C. Windows color (decimal): -2273427 or 7163869. OLE color: 7163869.
HSL color Cylindrical-coordinate representation of color #DD4F6D: hue angle of 347.32º 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 #DD4F6D is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 109 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.13 |
| HSL | 347.32º | 0.68% | 0.59% | - |
| HSV(B) | 347.32º | 0.64% | 0.87% | - |
| XYZ | 35.38 | 22.07 | 16.86 | - |
| YUV | 124.88 | 119.04 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 109 | 0 | 0.64 | 0.51 | 0.13 | 347.32 | 0.68 | 0.59 |
| Hex | DD | 4F | 6D | 0 | 40 | 33 | D | 15B | 44 | 3B |
| Octal | 335 | 117 | 155 | 0 | 100 | 63 | 15 | 533 | 104 | 73 |
| Binary | 11011101 | 1001111 | 1101101 | 0 | 1000000 | 110011 | 1101 | 101011011 | 1000100 | 111011 |
Color Harmonies of #DD4F6D
Complementary color
Monochromatic Colors of #DD4F6D
Black with #DD4F6D
Text Example
Text Example
White with #DD4F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F6D; }
p { color: rgb(221,79,109); }
H1.HeaderClassName
{
color: #DD4F6D;
}
.AnyTagClassName
{
color: #DD4F6D;
}
</style>
background-color css
<style>
a { background-color: #DD4F6D; }
a { background-color: rgb(221,79,109); }
div.DivClassName
{
background-color: #DD4F6D;
}
.BgClassName
{
background-color: #DD4F6D;
}
</style>
border-color css
<style>
span { border-color: #DD4F6D; }
span { border-color: rgb(221,79,109); }
td.TdClassName
{
border-color: #DD4F6D;
}
.TagClassName
{
border-color: #DD4F6D;
}
</style>