Shades of Cranberry #DD5A7A
Tints of Cranberry #DD5A7A
RGB
CMYK
RGB Variations
Color information
#DD5A7A (or 0xDD5A7A) is known color: Cranberry. HEX triplet: DD, 5A and 7A. RGB value is (221,90,122). Sum of RGB (Red+Green+Blue) = 221+90+122=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A7A is #22A585. Grayscale: #848484. Windows color (decimal): -2270598 or 8018653. OLE color: 8018653.
HSL color Cylindrical-coordinate representation of color #DD5A7A: hue angle of 345.34º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5A7A is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 122 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.13 |
| HSL | 345.34º | 0.66% | 0.61% | - |
| HSV(B) | 345.34º | 0.59% | 0.87% | - |
| XYZ | 36.99 | 24.09 | 21.11 | - |
| YUV | 132.82 | 121.9 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 122 | 0 | 0.59 | 0.45 | 0.13 | 345.34 | 0.66 | 0.61 |
| Hex | DD | 5A | 7A | 0 | 3B | 2D | D | 159 | 42 | 3D |
| Octal | 335 | 132 | 172 | 0 | 73 | 55 | 15 | 531 | 102 | 75 |
| Binary | 11011101 | 1011010 | 1111010 | 0 | 111011 | 101101 | 1101 | 101011001 | 1000010 | 111101 |
Color Harmonies of #DD5A7A
Complementary color
Monochromatic Colors of #DD5A7A
Black with #DD5A7A
Text Example
Text Example
White with #DD5A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A7A; }
p { color: rgb(221,90,122); }
H1.HeaderClassName
{
color: #DD5A7A;
}
.AnyTagClassName
{
color: #DD5A7A;
}
</style>
background-color css
<style>
a { background-color: #DD5A7A; }
a { background-color: rgb(221,90,122); }
div.DivClassName
{
background-color: #DD5A7A;
}
.BgClassName
{
background-color: #DD5A7A;
}
</style>
border-color css
<style>
span { border-color: #DD5A7A; }
span { border-color: rgb(221,90,122); }
td.TdClassName
{
border-color: #DD5A7A;
}
.TagClassName
{
border-color: #DD5A7A;
}
</style>