Shades of Cranberry #D7607E
Tints of Cranberry #D7607E
RGB
CMYK
RGB Variations
Color information
#D7607E (or 0xD7607E) is known color: Cranberry. HEX triplet: D7, 60 and 7E. RGB value is (215,96,126). Sum of RGB (Red+Green+Blue) = 215+96+126=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D7607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7607E is #289F81. Grayscale: #878787. Windows color (decimal): -2662274 or 8282327. OLE color: 8282327.
HSL color Cylindrical-coordinate representation of color #D7607E: hue angle of 344.87º 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 #D7607E is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 126 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.16 |
| HSL | 344.87º | 0.6% | 0.61% | - |
| HSV(B) | 344.87º | 0.55% | 0.84% | - |
| XYZ | 35.97 | 24.32 | 22.54 | - |
| YUV | 135 | 122.92 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 126 | 0 | 0.55 | 0.41 | 0.16 | 344.87 | 0.6 | 0.61 |
| Hex | D7 | 60 | 7E | 0 | 37 | 29 | 10 | 159 | 3C | 3D |
| Octal | 327 | 140 | 176 | 0 | 67 | 51 | 20 | 531 | 74 | 75 |
| Binary | 11010111 | 1100000 | 1111110 | 0 | 110111 | 101001 | 10000 | 101011001 | 111100 | 111101 |
Color Harmonies of #D7607E
Complementary color
Monochromatic Colors of #D7607E
Black with #D7607E
Text Example
Text Example
White with #D7607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7607E; }
p { color: rgb(215,96,126); }
H1.HeaderClassName
{
color: #D7607E;
}
.AnyTagClassName
{
color: #D7607E;
}
</style>
background-color css
<style>
a { background-color: #D7607E; }
a { background-color: rgb(215,96,126); }
div.DivClassName
{
background-color: #D7607E;
}
.BgClassName
{
background-color: #D7607E;
}
</style>
border-color css
<style>
span { border-color: #D7607E; }
span { border-color: rgb(215,96,126); }
td.TdClassName
{
border-color: #D7607E;
}
.TagClassName
{
border-color: #D7607E;
}
</style>