Shades of Cranberry #D45979
Tints of Cranberry #D45979
RGB
CMYK
RGB Variations
Color information
#D45979 (or 0xD45979) is known color: Cranberry. HEX triplet: D4, 59 and 79. RGB value is (212,89,121). Sum of RGB (Red+Green+Blue) = 212+89+121=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D45979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45979 is #2BA686. Grayscale: #818181. Windows color (decimal): -2860679 or 7952852. OLE color: 7952852.
HSL color Cylindrical-coordinate representation of color #D45979: hue angle of 344.39º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D45979 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 89 | 121 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.17 |
| HSL | 344.39º | 0.59% | 0.59% | - |
| HSV(B) | 344.39º | 0.58% | 0.83% | - |
| XYZ | 34.17 | 22.52 | 20.64 | - |
| YUV | 129.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 121 | 0 | 0.58 | 0.43 | 0.17 | 344.39 | 0.59 | 0.59 |
| Hex | D4 | 59 | 79 | 0 | 3A | 2B | 11 | 158 | 3B | 3B |
| Octal | 324 | 131 | 171 | 0 | 72 | 53 | 21 | 530 | 73 | 73 |
| Binary | 11010100 | 1011001 | 1111001 | 0 | 111010 | 101011 | 10001 | 101011000 | 111011 | 111011 |
Color Harmonies of #D45979
Complementary color
Monochromatic Colors of #D45979
Black with #D45979
Text Example
Text Example
White with #D45979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45979; }
p { color: rgb(212,89,121); }
H1.HeaderClassName
{
color: #D45979;
}
.AnyTagClassName
{
color: #D45979;
}
</style>
background-color css
<style>
a { background-color: #D45979; }
a { background-color: rgb(212,89,121); }
div.DivClassName
{
background-color: #D45979;
}
.BgClassName
{
background-color: #D45979;
}
</style>
border-color css
<style>
span { border-color: #D45979; }
span { border-color: rgb(212,89,121); }
td.TdClassName
{
border-color: #D45979;
}
.TagClassName
{
border-color: #D45979;
}
</style>