Shades of Cranberry #D6607B
Tints of Cranberry #D6607B
RGB
CMYK
RGB Variations
Color information
#D6607B (or 0xD6607B) is known color: Cranberry. HEX triplet: D6, 60 and 7B. RGB value is (214,96,123). Sum of RGB (Red+Green+Blue) = 214+96+123=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D6607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6607B is #299F84. Grayscale: #868686. Windows color (decimal): -2727813 or 8085718. OLE color: 8085718.
HSL color Cylindrical-coordinate representation of color #D6607B: hue angle of 346.27º degrees, saturation: 0.59, 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 #D6607B is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 96 | 123 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.16 |
| HSL | 346.27º | 0.59% | 0.61% | - |
| HSV(B) | 346.27º | 0.55% | 0.84% | - |
| XYZ | 35.49 | 24.09 | 21.52 | - |
| YUV | 134.36 | 121.59 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 96 | 123 | 0 | 0.55 | 0.43 | 0.16 | 346.27 | 0.59 | 0.61 |
| Hex | D6 | 60 | 7B | 0 | 37 | 2B | 10 | 15A | 3B | 3D |
| Octal | 326 | 140 | 173 | 0 | 67 | 53 | 20 | 532 | 73 | 75 |
| Binary | 11010110 | 1100000 | 1111011 | 0 | 110111 | 101011 | 10000 | 101011010 | 111011 | 111101 |
Color Harmonies of #D6607B
Complementary color
Monochromatic Colors of #D6607B
Black with #D6607B
Text Example
Text Example
White with #D6607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6607B; }
p { color: rgb(214,96,123); }
H1.HeaderClassName
{
color: #D6607B;
}
.AnyTagClassName
{
color: #D6607B;
}
</style>
background-color css
<style>
a { background-color: #D6607B; }
a { background-color: rgb(214,96,123); }
div.DivClassName
{
background-color: #D6607B;
}
.BgClassName
{
background-color: #D6607B;
}
</style>
border-color css
<style>
span { border-color: #D6607B; }
span { border-color: rgb(214,96,123); }
td.TdClassName
{
border-color: #D6607B;
}
.TagClassName
{
border-color: #D6607B;
}
</style>