Shades of Cranberry #D9607C
Tints of Cranberry #D9607C
RGB
CMYK
RGB Variations
Color information
#D9607C (or 0xD9607C) is known color: Cranberry. HEX triplet: D9, 60 and 7C. RGB value is (217,96,124). Sum of RGB (Red+Green+Blue) = 217+96+124=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D9607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9607C is #269F83. Grayscale: #878787. Windows color (decimal): -2531204 or 8151257. OLE color: 8151257.
HSL color Cylindrical-coordinate representation of color #D9607C: hue angle of 346.12º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9607C is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 124 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.15 |
| HSL | 346.12º | 0.61% | 0.61% | - |
| HSV(B) | 346.12º | 0.56% | 0.85% | - |
| XYZ | 36.44 | 24.57 | 21.89 | - |
| YUV | 135.37 | 121.59 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 124 | 0 | 0.56 | 0.43 | 0.15 | 346.12 | 0.61 | 0.61 |
| Hex | D9 | 60 | 7C | 0 | 38 | 2B | F | 15A | 3D | 3D |
| Octal | 331 | 140 | 174 | 0 | 70 | 53 | 17 | 532 | 75 | 75 |
| Binary | 11011001 | 1100000 | 1111100 | 0 | 111000 | 101011 | 1111 | 101011010 | 111101 | 111101 |
Color Harmonies of #D9607C
Complementary color
Monochromatic Colors of #D9607C
Black with #D9607C
Text Example
Text Example
White with #D9607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9607C; }
p { color: rgb(217,96,124); }
H1.HeaderClassName
{
color: #D9607C;
}
.AnyTagClassName
{
color: #D9607C;
}
</style>
background-color css
<style>
a { background-color: #D9607C; }
a { background-color: rgb(217,96,124); }
div.DivClassName
{
background-color: #D9607C;
}
.BgClassName
{
background-color: #D9607C;
}
</style>
border-color css
<style>
span { border-color: #D9607C; }
span { border-color: rgb(217,96,124); }
td.TdClassName
{
border-color: #D9607C;
}
.TagClassName
{
border-color: #D9607C;
}
</style>