Shades of Cranberry #DD4888
Tints of Cranberry #DD4888
RGB
CMYK
RGB Variations
Color information
#DD4888 (or 0xDD4888) is known color: Cranberry. HEX triplet: DD, 48 and 88. RGB value is (221,72,136). Sum of RGB (Red+Green+Blue) = 221+72+136=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4888 is #22B777. Grayscale: #7B7B7B. Windows color (decimal): -2275192 or 8931549. OLE color: 8931549.
HSL color Cylindrical-coordinate representation of color #DD4888: hue angle of 334.23º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4888 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 72 | 136 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.13 |
| HSL | 334.23º | 0.69% | 0.57% | - |
| HSV(B) | 334.23º | 0.67% | 0.87% | - |
| XYZ | 36.58 | 21.78 | 25.57 | - |
| YUV | 123.85 | 134.86 | 197.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 72 | 136 | 0 | 0.67 | 0.38 | 0.13 | 334.23 | 0.69 | 0.57 |
| Hex | DD | 48 | 88 | 0 | 43 | 26 | D | 14E | 45 | 39 |
| Octal | 335 | 110 | 210 | 0 | 103 | 46 | 15 | 516 | 105 | 71 |
| Binary | 11011101 | 1001000 | 10001000 | 0 | 1000011 | 100110 | 1101 | 101001110 | 1000101 | 111001 |
Color Harmonies of #DD4888
Complementary color
Monochromatic Colors of #DD4888
Black with #DD4888
Text Example
Text Example
White with #DD4888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4888; }
p { color: rgb(221,72,136); }
H1.HeaderClassName
{
color: #DD4888;
}
.AnyTagClassName
{
color: #DD4888;
}
</style>
background-color css
<style>
a { background-color: #DD4888; }
a { background-color: rgb(221,72,136); }
div.DivClassName
{
background-color: #DD4888;
}
.BgClassName
{
background-color: #DD4888;
}
</style>
border-color css
<style>
span { border-color: #DD4888; }
span { border-color: rgb(221,72,136); }
td.TdClassName
{
border-color: #DD4888;
}
.TagClassName
{
border-color: #DD4888;
}
</style>