Shades of Cranberry #D54071
Tints of Cranberry #D54071
RGB
CMYK
RGB Variations
Color information
#D54071 (or 0xD54071) is known color: Cranberry. HEX triplet: D5, 40 and 71. RGB value is (213,64,113). Sum of RGB (Red+Green+Blue) = 213+64+113=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D54071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54071 is #2ABF8E. Grayscale: #727272. Windows color (decimal): -2801551 or 7422165. OLE color: 7422165.
HSL color Cylindrical-coordinate representation of color #D54071: hue angle of 340.27º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54071 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 113 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.16 |
| HSL | 340.27º | 0.64% | 0.54% | - |
| HSV(B) | 340.27º | 0.7% | 0.84% | - |
| XYZ | 32.25 | 19.01 | 17.59 | - |
| YUV | 114.14 | 127.36 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 113 | 0 | 0.70 | 0.47 | 0.16 | 340.27 | 0.64 | 0.54 |
| Hex | D5 | 40 | 71 | 0 | 46 | 2F | 10 | 154 | 40 | 36 |
| Octal | 325 | 100 | 161 | 0 | 106 | 57 | 20 | 524 | 100 | 66 |
| Binary | 11010101 | 1000000 | 1110001 | 0 | 1000110 | 101111 | 10000 | 101010100 | 1000000 | 110110 |
Color Harmonies of #D54071
Complementary color
Monochromatic Colors of #D54071
Black with #D54071
Text Example
Text Example
White with #D54071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54071; }
p { color: rgb(213,64,113); }
H1.HeaderClassName
{
color: #D54071;
}
.AnyTagClassName
{
color: #D54071;
}
</style>
background-color css
<style>
a { background-color: #D54071; }
a { background-color: rgb(213,64,113); }
div.DivClassName
{
background-color: #D54071;
}
.BgClassName
{
background-color: #D54071;
}
</style>
border-color css
<style>
span { border-color: #D54071; }
span { border-color: rgb(213,64,113); }
td.TdClassName
{
border-color: #D54071;
}
.TagClassName
{
border-color: #D54071;
}
</style>