Shades of Cranberry #D45576
Tints of Cranberry #D45576
RGB
CMYK
RGB Variations
Color information
#D45576 (or 0xD45576) is known color: Cranberry. HEX triplet: D4, 55 and 76. RGB value is (212,85,118). Sum of RGB (Red+Green+Blue) = 212+85+118=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D45576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45576 is #2BAA89. Grayscale: #7E7E7E. Windows color (decimal): -2861706 or 7755220. OLE color: 7755220.
HSL color Cylindrical-coordinate representation of color #D45576: hue angle of 344.41º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D45576 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 118 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.17 |
| HSL | 344.41º | 0.6% | 0.58% | - |
| HSV(B) | 344.41º | 0.6% | 0.83% | - |
| XYZ | 33.67 | 21.8 | 19.57 | - |
| YUV | 126.74 | 123.08 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 118 | 0 | 0.60 | 0.44 | 0.17 | 344.41 | 0.6 | 0.58 |
| Hex | D4 | 55 | 76 | 0 | 3C | 2C | 11 | 158 | 3C | 3A |
| Octal | 324 | 125 | 166 | 0 | 74 | 54 | 21 | 530 | 74 | 72 |
| Binary | 11010100 | 1010101 | 1110110 | 0 | 111100 | 101100 | 10001 | 101011000 | 111100 | 111010 |
Color Harmonies of #D45576
Complementary color
Monochromatic Colors of #D45576
Black with #D45576
Text Example
Text Example
White with #D45576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45576; }
p { color: rgb(212,85,118); }
H1.HeaderClassName
{
color: #D45576;
}
.AnyTagClassName
{
color: #D45576;
}
</style>
background-color css
<style>
a { background-color: #D45576; }
a { background-color: rgb(212,85,118); }
div.DivClassName
{
background-color: #D45576;
}
.BgClassName
{
background-color: #D45576;
}
</style>
border-color css
<style>
span { border-color: #D45576; }
span { border-color: rgb(212,85,118); }
td.TdClassName
{
border-color: #D45576;
}
.TagClassName
{
border-color: #D45576;
}
</style>