Shades of Cranberry #D5607C
Tints of Cranberry #D5607C
RGB
CMYK
RGB Variations
Color information
#D5607C (or 0xD5607C) is known color: Cranberry. HEX triplet: D5, 60 and 7C. RGB value is (213,96,124). Sum of RGB (Red+Green+Blue) = 213+96+124=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D5607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5607C is #2A9F83. Grayscale: #868686. Windows color (decimal): -2793348 or 8151253. OLE color: 8151253.
HSL color Cylindrical-coordinate representation of color #D5607C: hue angle of 345.64º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5607C is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 124 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.16 |
| HSL | 345.64º | 0.58% | 0.61% | - |
| HSV(B) | 345.64º | 0.55% | 0.84% | - |
| XYZ | 35.26 | 23.97 | 21.84 | - |
| YUV | 134.18 | 122.26 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 124 | 0 | 0.55 | 0.42 | 0.16 | 345.64 | 0.58 | 0.61 |
| Hex | D5 | 60 | 7C | 0 | 37 | 2A | 10 | 15A | 3A | 3D |
| Octal | 325 | 140 | 174 | 0 | 67 | 52 | 20 | 532 | 72 | 75 |
| Binary | 11010101 | 1100000 | 1111100 | 0 | 110111 | 101010 | 10000 | 101011010 | 111010 | 111101 |
Color Harmonies of #D5607C
Complementary color
Monochromatic Colors of #D5607C
Black with #D5607C
Text Example
Text Example
White with #D5607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5607C; }
p { color: rgb(213,96,124); }
H1.HeaderClassName
{
color: #D5607C;
}
.AnyTagClassName
{
color: #D5607C;
}
</style>
background-color css
<style>
a { background-color: #D5607C; }
a { background-color: rgb(213,96,124); }
div.DivClassName
{
background-color: #D5607C;
}
.BgClassName
{
background-color: #D5607C;
}
</style>
border-color css
<style>
span { border-color: #D5607C; }
span { border-color: rgb(213,96,124); }
td.TdClassName
{
border-color: #D5607C;
}
.TagClassName
{
border-color: #D5607C;
}
</style>