Shades of Cranberry #D1457B
Tints of Cranberry #D1457B
RGB
CMYK
RGB Variations
Color information
#D1457B (or 0xD1457B) is known color: Cranberry. HEX triplet: D1, 45 and 7B. RGB value is (209,69,123). Sum of RGB (Red+Green+Blue) = 209+69+123=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1457B is #2EBA84. Grayscale: #747474. Windows color (decimal): -3062405 or 8078801. OLE color: 8078801.
HSL color Cylindrical-coordinate representation of color #D1457B: hue angle of 336.86º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1457B is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 123 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.18 |
| HSL | 336.86º | 0.6% | 0.55% | - |
| HSV(B) | 336.86º | 0.67% | 0.82% | - |
| XYZ | 32 | 19.24 | 20.77 | - |
| YUV | 117.02 | 131.38 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 123 | 0 | 0.67 | 0.41 | 0.18 | 336.86 | 0.6 | 0.55 |
| Hex | D1 | 45 | 7B | 0 | 43 | 29 | 12 | 151 | 3C | 37 |
| Octal | 321 | 105 | 173 | 0 | 103 | 51 | 22 | 521 | 74 | 67 |
| Binary | 11010001 | 1000101 | 1111011 | 0 | 1000011 | 101001 | 10010 | 101010001 | 111100 | 110111 |
Color Harmonies of #D1457B
Complementary color
Monochromatic Colors of #D1457B
Black with #D1457B
Text Example
Text Example
White with #D1457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1457B; }
p { color: rgb(209,69,123); }
H1.HeaderClassName
{
color: #D1457B;
}
.AnyTagClassName
{
color: #D1457B;
}
</style>
background-color css
<style>
a { background-color: #D1457B; }
a { background-color: rgb(209,69,123); }
div.DivClassName
{
background-color: #D1457B;
}
.BgClassName
{
background-color: #D1457B;
}
</style>
border-color css
<style>
span { border-color: #D1457B; }
span { border-color: rgb(209,69,123); }
td.TdClassName
{
border-color: #D1457B;
}
.TagClassName
{
border-color: #D1457B;
}
</style>