Shades of Cranberry #DD5A7D
Tints of Cranberry #DD5A7D
RGB
CMYK
RGB Variations
Color information
#DD5A7D (or 0xDD5A7D) is known color: Cranberry. HEX triplet: DD, 5A and 7D. RGB value is (221,90,125). Sum of RGB (Red+Green+Blue) = 221+90+125=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A7D is #22A582. Grayscale: #858585. Windows color (decimal): -2270595 or 8215261. OLE color: 8215261.
HSL color Cylindrical-coordinate representation of color #DD5A7D: hue angle of 343.97º 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 #DD5A7D is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 90 | 125 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.13 |
| HSL | 343.97º | 0.66% | 0.61% | - |
| HSV(B) | 343.97º | 0.59% | 0.87% | - |
| XYZ | 37.18 | 24.17 | 22.11 | - |
| YUV | 133.16 | 123.4 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 90 | 125 | 0 | 0.59 | 0.43 | 0.13 | 343.97 | 0.66 | 0.61 |
| Hex | DD | 5A | 7D | 0 | 3B | 2B | D | 158 | 42 | 3D |
| Octal | 335 | 132 | 175 | 0 | 73 | 53 | 15 | 530 | 102 | 75 |
| Binary | 11011101 | 1011010 | 1111101 | 0 | 111011 | 101011 | 1101 | 101011000 | 1000010 | 111101 |
Color Harmonies of #DD5A7D
Complementary color
Monochromatic Colors of #DD5A7D
Black with #DD5A7D
Text Example
Text Example
White with #DD5A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5A7D; }
p { color: rgb(221,90,125); }
H1.HeaderClassName
{
color: #DD5A7D;
}
.AnyTagClassName
{
color: #DD5A7D;
}
</style>
background-color css
<style>
a { background-color: #DD5A7D; }
a { background-color: rgb(221,90,125); }
div.DivClassName
{
background-color: #DD5A7D;
}
.BgClassName
{
background-color: #DD5A7D;
}
</style>
border-color css
<style>
span { border-color: #DD5A7D; }
span { border-color: rgb(221,90,125); }
td.TdClassName
{
border-color: #DD5A7D;
}
.TagClassName
{
border-color: #DD5A7D;
}
</style>