Shades of Cranberry #D1437D
Tints of Cranberry #D1437D
RGB
CMYK
RGB Variations
Color information
#D1437D (or 0xD1437D) is known color: Cranberry. HEX triplet: D1, 43 and 7D. RGB value is (209,67,125). Sum of RGB (Red+Green+Blue) = 209+67+125=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1437D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1437D is #2EBC82. Grayscale: #737373. Windows color (decimal): -3062915 or 8209361. OLE color: 8209361.
HSL color Cylindrical-coordinate representation of color #D1437D: hue angle of 335.49º 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 #D1437D is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 125 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.18 |
| HSL | 335.49º | 0.61% | 0.54% | - |
| HSV(B) | 335.49º | 0.68% | 0.82% | - |
| XYZ | 32 | 19.05 | 21.39 | - |
| YUV | 116.07 | 133.04 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 125 | 0 | 0.68 | 0.40 | 0.18 | 335.49 | 0.61 | 0.54 |
| Hex | D1 | 43 | 7D | 0 | 44 | 28 | 12 | 14F | 3D | 36 |
| Octal | 321 | 103 | 175 | 0 | 104 | 50 | 22 | 517 | 75 | 66 |
| Binary | 11010001 | 1000011 | 1111101 | 0 | 1000100 | 101000 | 10010 | 101001111 | 111101 | 110110 |
Color Harmonies of #D1437D
Complementary color
Monochromatic Colors of #D1437D
Black with #D1437D
Text Example
Text Example
White with #D1437D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1437D; }
p { color: rgb(209,67,125); }
H1.HeaderClassName
{
color: #D1437D;
}
.AnyTagClassName
{
color: #D1437D;
}
</style>
background-color css
<style>
a { background-color: #D1437D; }
a { background-color: rgb(209,67,125); }
div.DivClassName
{
background-color: #D1437D;
}
.BgClassName
{
background-color: #D1437D;
}
</style>
border-color css
<style>
span { border-color: #D1437D; }
span { border-color: rgb(209,67,125); }
td.TdClassName
{
border-color: #D1437D;
}
.TagClassName
{
border-color: #D1437D;
}
</style>