Shades of Cranberry #DD5874
Tints of Cranberry #DD5874
RGB
CMYK
RGB Variations
Color information
#DD5874 (or 0xDD5874) is known color: Cranberry. HEX triplet: DD, 58 and 74. RGB value is (221,88,116). Sum of RGB (Red+Green+Blue) = 221+88+116=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5874 is #22A78B. Grayscale: #828282. Windows color (decimal): -2271116 or 7624925. OLE color: 7624925.
HSL color Cylindrical-coordinate representation of color #DD5874: hue angle of 347.37º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5874 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 88 | 116 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.13 |
| HSL | 347.37º | 0.66% | 0.61% | - |
| HSV(B) | 347.37º | 0.6% | 0.87% | - |
| XYZ | 36.46 | 23.61 | 19.16 | - |
| YUV | 130.96 | 119.56 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 88 | 116 | 0 | 0.60 | 0.48 | 0.13 | 347.37 | 0.66 | 0.61 |
| Hex | DD | 58 | 74 | 0 | 3C | 30 | D | 15B | 42 | 3D |
| Octal | 335 | 130 | 164 | 0 | 74 | 60 | 15 | 533 | 102 | 75 |
| Binary | 11011101 | 1011000 | 1110100 | 0 | 111100 | 110000 | 1101 | 101011011 | 1000010 | 111101 |
Color Harmonies of #DD5874
Complementary color
Monochromatic Colors of #DD5874
Black with #DD5874
Text Example
Text Example
White with #DD5874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5874; }
p { color: rgb(221,88,116); }
H1.HeaderClassName
{
color: #DD5874;
}
.AnyTagClassName
{
color: #DD5874;
}
</style>
background-color css
<style>
a { background-color: #DD5874; }
a { background-color: rgb(221,88,116); }
div.DivClassName
{
background-color: #DD5874;
}
.BgClassName
{
background-color: #DD5874;
}
</style>
border-color css
<style>
span { border-color: #DD5874; }
span { border-color: rgb(221,88,116); }
td.TdClassName
{
border-color: #DD5874;
}
.TagClassName
{
border-color: #DD5874;
}
</style>