Shades of Cranberry #DD4F80
Tints of Cranberry #DD4F80
RGB
CMYK
RGB Variations
Color information
#DD4F80 (or 0xDD4F80) is known color: Cranberry. HEX triplet: DD, 4F and 80. RGB value is (221,79,128). Sum of RGB (Red+Green+Blue) = 221+79+128=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4F80 is #22B07F. Grayscale: #7E7E7E. Windows color (decimal): -2273408 or 8409053. OLE color: 8409053.
HSL color Cylindrical-coordinate representation of color #DD4F80: hue angle of 339.3º 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 #DD4F80 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 128 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.13 |
| HSL | 339.3º | 0.68% | 0.59% | - |
| HSV(B) | 339.3º | 0.64% | 0.87% | - |
| XYZ | 36.51 | 22.52 | 22.85 | - |
| YUV | 127.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 128 | 0 | 0.64 | 0.42 | 0.13 | 339.3 | 0.68 | 0.59 |
| Hex | DD | 4F | 80 | 0 | 40 | 2A | D | 153 | 44 | 3B |
| Octal | 335 | 117 | 200 | 0 | 100 | 52 | 15 | 523 | 104 | 73 |
| Binary | 11011101 | 1001111 | 10000000 | 0 | 1000000 | 101010 | 1101 | 101010011 | 1000100 | 111011 |
Color Harmonies of #DD4F80
Complementary color
Monochromatic Colors of #DD4F80
Black with #DD4F80
Text Example
Text Example
White with #DD4F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F80; }
p { color: rgb(221,79,128); }
H1.HeaderClassName
{
color: #DD4F80;
}
.AnyTagClassName
{
color: #DD4F80;
}
</style>
background-color css
<style>
a { background-color: #DD4F80; }
a { background-color: rgb(221,79,128); }
div.DivClassName
{
background-color: #DD4F80;
}
.BgClassName
{
background-color: #DD4F80;
}
</style>
border-color css
<style>
span { border-color: #DD4F80; }
span { border-color: rgb(221,79,128); }
td.TdClassName
{
border-color: #DD4F80;
}
.TagClassName
{
border-color: #DD4F80;
}
</style>