Shades of Cranberry #DD4788
Tints of Cranberry #DD4788
RGB
CMYK
RGB Variations
Color information
#DD4788 (or 0xDD4788) is known color: Cranberry. HEX triplet: DD, 47 and 88. RGB value is (221,71,136). Sum of RGB (Red+Green+Blue) = 221+71+136=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4788 is #22B877. Grayscale: #7B7B7B. Windows color (decimal): -2275448 or 8931293. OLE color: 8931293.
HSL color Cylindrical-coordinate representation of color #DD4788: hue angle of 334º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4788 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 136 | - |
| CMYK | 0 | 0.68 | 0.38 | 0.13 |
| HSL | 334º | 0.69% | 0.57% | - |
| HSV(B) | 334º | 0.68% | 0.87% | - |
| XYZ | 36.52 | 21.66 | 25.55 | - |
| YUV | 123.26 | 135.2 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 136 | 0 | 0.68 | 0.38 | 0.13 | 334 | 0.69 | 0.57 |
| Hex | DD | 47 | 88 | 0 | 44 | 26 | D | 14E | 45 | 39 |
| Octal | 335 | 107 | 210 | 0 | 104 | 46 | 15 | 516 | 105 | 71 |
| Binary | 11011101 | 1000111 | 10001000 | 0 | 1000100 | 100110 | 1101 | 101001110 | 1000101 | 111001 |
Color Harmonies of #DD4788
Complementary color
Monochromatic Colors of #DD4788
Black with #DD4788
Text Example
Text Example
White with #DD4788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4788; }
p { color: rgb(221,71,136); }
H1.HeaderClassName
{
color: #DD4788;
}
.AnyTagClassName
{
color: #DD4788;
}
</style>
background-color css
<style>
a { background-color: #DD4788; }
a { background-color: rgb(221,71,136); }
div.DivClassName
{
background-color: #DD4788;
}
.BgClassName
{
background-color: #DD4788;
}
</style>
border-color css
<style>
span { border-color: #DD4788; }
span { border-color: rgb(221,71,136); }
td.TdClassName
{
border-color: #DD4788;
}
.TagClassName
{
border-color: #DD4788;
}
</style>