Shades of Cranberry #D46079
Tints of Cranberry #D46079
RGB
CMYK
RGB Variations
Color information
#D46079 (or 0xD46079) is known color: Cranberry. HEX triplet: D4, 60 and 79. RGB value is (212,96,121). Sum of RGB (Red+Green+Blue) = 212+96+121=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D46079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46079 is #2B9F86. Grayscale: #858585. Windows color (decimal): -2858887 or 7954644. OLE color: 7954644.
HSL color Cylindrical-coordinate representation of color #D46079: hue angle of 347.07º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D46079 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 121 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.17 |
| HSL | 347.07º | 0.57% | 0.6% | - |
| HSV(B) | 347.07º | 0.55% | 0.83% | - |
| XYZ | 34.79 | 23.74 | 20.84 | - |
| YUV | 133.53 | 120.93 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 121 | 0 | 0.55 | 0.43 | 0.17 | 347.07 | 0.57 | 0.6 |
| Hex | D4 | 60 | 79 | 0 | 37 | 2B | 11 | 15B | 39 | 3C |
| Octal | 324 | 140 | 171 | 0 | 67 | 53 | 21 | 533 | 71 | 74 |
| Binary | 11010100 | 1100000 | 1111001 | 0 | 110111 | 101011 | 10001 | 101011011 | 111001 | 111100 |
Color Harmonies of #D46079
Complementary color
Monochromatic Colors of #D46079
Black with #D46079
Text Example
Text Example
White with #D46079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46079; }
p { color: rgb(212,96,121); }
H1.HeaderClassName
{
color: #D46079;
}
.AnyTagClassName
{
color: #D46079;
}
</style>
background-color css
<style>
a { background-color: #D46079; }
a { background-color: rgb(212,96,121); }
div.DivClassName
{
background-color: #D46079;
}
.BgClassName
{
background-color: #D46079;
}
</style>
border-color css
<style>
span { border-color: #D46079; }
span { border-color: rgb(212,96,121); }
td.TdClassName
{
border-color: #D46079;
}
.TagClassName
{
border-color: #D46079;
}
</style>