Shades of Cranberry #D1437B
Tints of Cranberry #D1437B
RGB
CMYK
RGB Variations
Color information
#D1437B (or 0xD1437B) is known color: Cranberry. HEX triplet: D1, 43 and 7B. RGB value is (209,67,123). Sum of RGB (Red+Green+Blue) = 209+67+123=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1437B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1437B is #2EBC84. Grayscale: #737373. Windows color (decimal): -3062917 or 8078289. OLE color: 8078289.
HSL color Cylindrical-coordinate representation of color #D1437B: hue angle of 336.34º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1437B is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 123 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.18 |
| HSL | 336.34º | 0.61% | 0.54% | - |
| HSV(B) | 336.34º | 0.68% | 0.82% | - |
| XYZ | 31.88 | 19 | 20.73 | - |
| YUV | 115.84 | 132.04 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 123 | 0 | 0.68 | 0.41 | 0.18 | 336.34 | 0.61 | 0.54 |
| Hex | D1 | 43 | 7B | 0 | 44 | 29 | 12 | 150 | 3D | 36 |
| Octal | 321 | 103 | 173 | 0 | 104 | 51 | 22 | 520 | 75 | 66 |
| Binary | 11010001 | 1000011 | 1111011 | 0 | 1000100 | 101001 | 10010 | 101010000 | 111101 | 110110 |
Color Harmonies of #D1437B
Complementary color
Monochromatic Colors of #D1437B
Black with #D1437B
Text Example
Text Example
White with #D1437B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1437B; }
p { color: rgb(209,67,123); }
H1.HeaderClassName
{
color: #D1437B;
}
.AnyTagClassName
{
color: #D1437B;
}
</style>
background-color css
<style>
a { background-color: #D1437B; }
a { background-color: rgb(209,67,123); }
div.DivClassName
{
background-color: #D1437B;
}
.BgClassName
{
background-color: #D1437B;
}
</style>
border-color css
<style>
span { border-color: #D1437B; }
span { border-color: rgb(209,67,123); }
td.TdClassName
{
border-color: #D1437B;
}
.TagClassName
{
border-color: #D1437B;
}
</style>