Shades of Cranberry #D5447D
Tints of Cranberry #D5447D
RGB
CMYK
RGB Variations
Color information
#D5447D (or 0xD5447D) is known color: Cranberry. HEX triplet: D5, 44 and 7D. RGB value is (213,68,125). Sum of RGB (Red+Green+Blue) = 213+68+125=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5447D is #2ABB82. Grayscale: #757575. Windows color (decimal): -2800515 or 8209621. OLE color: 8209621.
HSL color Cylindrical-coordinate representation of color #D5447D: hue angle of 336.41º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5447D is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 125 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.16 |
| HSL | 336.41º | 0.63% | 0.55% | - |
| HSV(B) | 336.41º | 0.68% | 0.84% | - |
| XYZ | 33.21 | 19.76 | 21.47 | - |
| YUV | 117.85 | 132.04 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 125 | 0 | 0.68 | 0.41 | 0.16 | 336.41 | 0.63 | 0.55 |
| Hex | D5 | 44 | 7D | 0 | 44 | 29 | 10 | 150 | 3F | 37 |
| Octal | 325 | 104 | 175 | 0 | 104 | 51 | 20 | 520 | 77 | 67 |
| Binary | 11010101 | 1000100 | 1111101 | 0 | 1000100 | 101001 | 10000 | 101010000 | 111111 | 110111 |
Color Harmonies of #D5447D
Complementary color
Monochromatic Colors of #D5447D
Black with #D5447D
Text Example
Text Example
White with #D5447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5447D; }
p { color: rgb(213,68,125); }
H1.HeaderClassName
{
color: #D5447D;
}
.AnyTagClassName
{
color: #D5447D;
}
</style>
background-color css
<style>
a { background-color: #D5447D; }
a { background-color: rgb(213,68,125); }
div.DivClassName
{
background-color: #D5447D;
}
.BgClassName
{
background-color: #D5447D;
}
</style>
border-color css
<style>
span { border-color: #D5447D; }
span { border-color: rgb(213,68,125); }
td.TdClassName
{
border-color: #D5447D;
}
.TagClassName
{
border-color: #D5447D;
}
</style>