Shades of Cranberry #D6457B
Tints of Cranberry #D6457B
RGB
CMYK
RGB Variations
Color information
#D6457B (or 0xD6457B) is known color: Cranberry. HEX triplet: D6, 45 and 7B. RGB value is (214,69,123). Sum of RGB (Red+Green+Blue) = 214+69+123=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D6457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6457B is #29BA84. Grayscale: #767676. Windows color (decimal): -2734725 or 8078806. OLE color: 8078806.
HSL color Cylindrical-coordinate representation of color #D6457B: hue angle of 337.66º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6457B is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 123 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.16 |
| HSL | 337.66º | 0.64% | 0.55% | - |
| HSV(B) | 337.66º | 0.68% | 0.84% | - |
| XYZ | 33.43 | 19.98 | 20.83 | - |
| YUV | 118.51 | 130.54 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 123 | 0 | 0.68 | 0.43 | 0.16 | 337.66 | 0.64 | 0.55 |
| Hex | D6 | 45 | 7B | 0 | 44 | 2B | 10 | 152 | 40 | 37 |
| Octal | 326 | 105 | 173 | 0 | 104 | 53 | 20 | 522 | 100 | 67 |
| Binary | 11010110 | 1000101 | 1111011 | 0 | 1000100 | 101011 | 10000 | 101010010 | 1000000 | 110111 |
Color Harmonies of #D6457B
Complementary color
Monochromatic Colors of #D6457B
Black with #D6457B
Text Example
Text Example
White with #D6457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6457B; }
p { color: rgb(214,69,123); }
H1.HeaderClassName
{
color: #D6457B;
}
.AnyTagClassName
{
color: #D6457B;
}
</style>
background-color css
<style>
a { background-color: #D6457B; }
a { background-color: rgb(214,69,123); }
div.DivClassName
{
background-color: #D6457B;
}
.BgClassName
{
background-color: #D6457B;
}
</style>
border-color css
<style>
span { border-color: #D6457B; }
span { border-color: rgb(214,69,123); }
td.TdClassName
{
border-color: #D6457B;
}
.TagClassName
{
border-color: #D6457B;
}
</style>