Shades of Cranberry #D8437B
Tints of Cranberry #D8437B
RGB
CMYK
RGB Variations
Color information
#D8437B (or 0xD8437B) is known color: Cranberry. HEX triplet: D8, 43 and 7B. RGB value is (216,67,123). Sum of RGB (Red+Green+Blue) = 216+67+123=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D8437B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8437B is #27BC84. Grayscale: #757575. Windows color (decimal): -2604165 or 8078296. OLE color: 8078296.
HSL color Cylindrical-coordinate representation of color #D8437B: hue angle of 337.45º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8437B is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 123 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.15 |
| HSL | 337.45º | 0.66% | 0.55% | - |
| HSV(B) | 337.45º | 0.69% | 0.85% | - |
| XYZ | 33.9 | 20.04 | 20.82 | - |
| YUV | 117.94 | 130.86 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 123 | 0 | 0.69 | 0.43 | 0.15 | 337.45 | 0.66 | 0.55 |
| Hex | D8 | 43 | 7B | 0 | 45 | 2B | F | 151 | 42 | 37 |
| Octal | 330 | 103 | 173 | 0 | 105 | 53 | 17 | 521 | 102 | 67 |
| Binary | 11011000 | 1000011 | 1111011 | 0 | 1000101 | 101011 | 1111 | 101010001 | 1000010 | 110111 |
Color Harmonies of #D8437B
Complementary color
Monochromatic Colors of #D8437B
Black with #D8437B
Text Example
Text Example
White with #D8437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8437B; }
p { color: rgb(216,67,123); }
H1.HeaderClassName
{
color: #D8437B;
}
.AnyTagClassName
{
color: #D8437B;
}
</style>
background-color css
<style>
a { background-color: #D8437B; }
a { background-color: rgb(216,67,123); }
div.DivClassName
{
background-color: #D8437B;
}
.BgClassName
{
background-color: #D8437B;
}
</style>
border-color css
<style>
span { border-color: #D8437B; }
span { border-color: rgb(216,67,123); }
td.TdClassName
{
border-color: #D8437B;
}
.TagClassName
{
border-color: #D8437B;
}
</style>