Shades of Cranberry #D7607B
Tints of Cranberry #D7607B
RGB
CMYK
RGB Variations
Color information
#D7607B (or 0xD7607B) is known color: Cranberry. HEX triplet: D7, 60 and 7B. RGB value is (215,96,123). Sum of RGB (Red+Green+Blue) = 215+96+123=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D7607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7607B is #289F84. Grayscale: #868686. Windows color (decimal): -2662277 or 8085719. OLE color: 8085719.
HSL color Cylindrical-coordinate representation of color #D7607B: hue angle of 346.39º degrees, saturation: 0.6, 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 #D7607B is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 123 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.16 |
| HSL | 346.39º | 0.6% | 0.61% | - |
| HSV(B) | 346.39º | 0.55% | 0.84% | - |
| XYZ | 35.78 | 24.24 | 21.53 | - |
| YUV | 134.66 | 121.42 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 123 | 0 | 0.55 | 0.43 | 0.16 | 346.39 | 0.6 | 0.61 |
| Hex | D7 | 60 | 7B | 0 | 37 | 2B | 10 | 15A | 3C | 3D |
| Octal | 327 | 140 | 173 | 0 | 67 | 53 | 20 | 532 | 74 | 75 |
| Binary | 11010111 | 1100000 | 1111011 | 0 | 110111 | 101011 | 10000 | 101011010 | 111100 | 111101 |
Color Harmonies of #D7607B
Complementary color
Monochromatic Colors of #D7607B
Black with #D7607B
Text Example
Text Example
White with #D7607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7607B; }
p { color: rgb(215,96,123); }
H1.HeaderClassName
{
color: #D7607B;
}
.AnyTagClassName
{
color: #D7607B;
}
</style>
background-color css
<style>
a { background-color: #D7607B; }
a { background-color: rgb(215,96,123); }
div.DivClassName
{
background-color: #D7607B;
}
.BgClassName
{
background-color: #D7607B;
}
</style>
border-color css
<style>
span { border-color: #D7607B; }
span { border-color: rgb(215,96,123); }
td.TdClassName
{
border-color: #D7607B;
}
.TagClassName
{
border-color: #D7607B;
}
</style>