Shades of Cranberry #DD5C7D
Tints of Cranberry #DD5C7D
RGB
CMYK
RGB Variations
Color information
#DD5C7D (or 0xDD5C7D) is known color: Cranberry. HEX triplet: DD, 5C and 7D. RGB value is (221,92,125). Sum of RGB (Red+Green+Blue) = 221+92+125=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5C7D is #22A382. Grayscale: #868686. Windows color (decimal): -2270083 or 8215773. OLE color: 8215773.
HSL color Cylindrical-coordinate representation of color #DD5C7D: hue angle of 344.65º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD5C7D is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 92 | 125 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.13 |
| HSL | 344.65º | 0.65% | 0.61% | - |
| HSV(B) | 344.65º | 0.58% | 0.87% | - |
| XYZ | 37.35 | 24.51 | 22.16 | - |
| YUV | 134.33 | 122.74 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 92 | 125 | 0 | 0.58 | 0.43 | 0.13 | 344.65 | 0.65 | 0.61 |
| Hex | DD | 5C | 7D | 0 | 3A | 2B | D | 159 | 41 | 3D |
| Octal | 335 | 134 | 175 | 0 | 72 | 53 | 15 | 531 | 101 | 75 |
| Binary | 11011101 | 1011100 | 1111101 | 0 | 111010 | 101011 | 1101 | 101011001 | 1000001 | 111101 |
Color Harmonies of #DD5C7D
Complementary color
Monochromatic Colors of #DD5C7D
Black with #DD5C7D
Text Example
Text Example
White with #DD5C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5C7D; }
p { color: rgb(221,92,125); }
H1.HeaderClassName
{
color: #DD5C7D;
}
.AnyTagClassName
{
color: #DD5C7D;
}
</style>
background-color css
<style>
a { background-color: #DD5C7D; }
a { background-color: rgb(221,92,125); }
div.DivClassName
{
background-color: #DD5C7D;
}
.BgClassName
{
background-color: #DD5C7D;
}
</style>
border-color css
<style>
span { border-color: #DD5C7D; }
span { border-color: rgb(221,92,125); }
td.TdClassName
{
border-color: #DD5C7D;
}
.TagClassName
{
border-color: #DD5C7D;
}
</style>