Shades of Cranberry #DD4F7E
Tints of Cranberry #DD4F7E
RGB
CMYK
RGB Variations
Color information
#DD4F7E (or 0xDD4F7E) is known color: Cranberry. HEX triplet: DD, 4F and 7E. RGB value is (221,79,126). Sum of RGB (Red+Green+Blue) = 221+79+126=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F7E is #22B081. Grayscale: #7E7E7E. Windows color (decimal): -2273410 or 8277981. OLE color: 8277981.
HSL color Cylindrical-coordinate representation of color #DD4F7E: hue angle of 340.14º 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 #DD4F7E is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 126 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.13 |
| HSL | 340.14º | 0.68% | 0.59% | - |
| HSV(B) | 340.14º | 0.64% | 0.87% | - |
| XYZ | 36.38 | 22.47 | 22.16 | - |
| YUV | 126.82 | 127.54 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 126 | 0 | 0.64 | 0.43 | 0.13 | 340.14 | 0.68 | 0.59 |
| Hex | DD | 4F | 7E | 0 | 40 | 2B | D | 154 | 44 | 3B |
| Octal | 335 | 117 | 176 | 0 | 100 | 53 | 15 | 524 | 104 | 73 |
| Binary | 11011101 | 1001111 | 1111110 | 0 | 1000000 | 101011 | 1101 | 101010100 | 1000100 | 111011 |
Color Harmonies of #DD4F7E
Complementary color
Monochromatic Colors of #DD4F7E
Black with #DD4F7E
Text Example
Text Example
White with #DD4F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F7E; }
p { color: rgb(221,79,126); }
H1.HeaderClassName
{
color: #DD4F7E;
}
.AnyTagClassName
{
color: #DD4F7E;
}
</style>
background-color css
<style>
a { background-color: #DD4F7E; }
a { background-color: rgb(221,79,126); }
div.DivClassName
{
background-color: #DD4F7E;
}
.BgClassName
{
background-color: #DD4F7E;
}
</style>
border-color css
<style>
span { border-color: #DD4F7E; }
span { border-color: rgb(221,79,126); }
td.TdClassName
{
border-color: #DD4F7E;
}
.TagClassName
{
border-color: #DD4F7E;
}
</style>