Shades of Cranberry #D9607E
Tints of Cranberry #D9607E
RGB
CMYK
RGB Variations
Color information
#D9607E (or 0xD9607E) is known color: Cranberry. HEX triplet: D9, 60 and 7E. RGB value is (217,96,126). Sum of RGB (Red+Green+Blue) = 217+96+126=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D9607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9607E is #269F81. Grayscale: #878787. Windows color (decimal): -2531202 or 8282329. OLE color: 8282329.
HSL color Cylindrical-coordinate representation of color #D9607E: hue angle of 345.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 #D9607E is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 126 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.15 |
| HSL | 345.12º | 0.61% | 0.61% | - |
| HSV(B) | 345.12º | 0.56% | 0.85% | - |
| XYZ | 36.56 | 24.62 | 22.56 | - |
| YUV | 135.6 | 122.59 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 126 | 0 | 0.56 | 0.42 | 0.15 | 345.12 | 0.61 | 0.61 |
| Hex | D9 | 60 | 7E | 0 | 38 | 2A | F | 159 | 3D | 3D |
| Octal | 331 | 140 | 176 | 0 | 70 | 52 | 17 | 531 | 75 | 75 |
| Binary | 11011001 | 1100000 | 1111110 | 0 | 111000 | 101010 | 1111 | 101011001 | 111101 | 111101 |
Color Harmonies of #D9607E
Complementary color
Monochromatic Colors of #D9607E
Black with #D9607E
Text Example
Text Example
White with #D9607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9607E; }
p { color: rgb(217,96,126); }
H1.HeaderClassName
{
color: #D9607E;
}
.AnyTagClassName
{
color: #D9607E;
}
</style>
background-color css
<style>
a { background-color: #D9607E; }
a { background-color: rgb(217,96,126); }
div.DivClassName
{
background-color: #D9607E;
}
.BgClassName
{
background-color: #D9607E;
}
</style>
border-color css
<style>
span { border-color: #D9607E; }
span { border-color: rgb(217,96,126); }
td.TdClassName
{
border-color: #D9607E;
}
.TagClassName
{
border-color: #D9607E;
}
</style>