Shades of Cranberry #D9607F
Tints of Cranberry #D9607F
RGB
CMYK
RGB Variations
Color information
#D9607F (or 0xD9607F) is known color: Cranberry. HEX triplet: D9, 60 and 7F. RGB value is (217,96,127). Sum of RGB (Red+Green+Blue) = 217+96+127=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D9607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9607F is #269F80. Grayscale: #878787. Windows color (decimal): -2531201 or 8347865. OLE color: 8347865.
HSL color Cylindrical-coordinate representation of color #D9607F: hue angle of 344.63º 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 #D9607F is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 96 | 127 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.15 |
| HSL | 344.63º | 0.61% | 0.61% | - |
| HSV(B) | 344.63º | 0.56% | 0.85% | - |
| XYZ | 36.63 | 24.65 | 22.91 | - |
| YUV | 135.71 | 123.09 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 96 | 127 | 0 | 0.56 | 0.41 | 0.15 | 344.63 | 0.61 | 0.61 |
| Hex | D9 | 60 | 7F | 0 | 38 | 29 | F | 159 | 3D | 3D |
| Octal | 331 | 140 | 177 | 0 | 70 | 51 | 17 | 531 | 75 | 75 |
| Binary | 11011001 | 1100000 | 1111111 | 0 | 111000 | 101001 | 1111 | 101011001 | 111101 | 111101 |
Color Harmonies of #D9607F
Complementary color
Monochromatic Colors of #D9607F
Black with #D9607F
Text Example
Text Example
White with #D9607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9607F; }
p { color: rgb(217,96,127); }
H1.HeaderClassName
{
color: #D9607F;
}
.AnyTagClassName
{
color: #D9607F;
}
</style>
background-color css
<style>
a { background-color: #D9607F; }
a { background-color: rgb(217,96,127); }
div.DivClassName
{
background-color: #D9607F;
}
.BgClassName
{
background-color: #D9607F;
}
</style>
border-color css
<style>
span { border-color: #D9607F; }
span { border-color: rgb(217,96,127); }
td.TdClassName
{
border-color: #D9607F;
}
.TagClassName
{
border-color: #D9607F;
}
</style>