Shades of Cranberry #D54471
Tints of Cranberry #D54471
RGB
CMYK
RGB Variations
Color information
#D54471 (or 0xD54471) is known color: Cranberry. HEX triplet: D5, 44 and 71. RGB value is (213,68,113). Sum of RGB (Red+Green+Blue) = 213+68+113=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D54471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54471 is #2ABB8E. Grayscale: #747474. Windows color (decimal): -2800527 or 7423189. OLE color: 7423189.
HSL color Cylindrical-coordinate representation of color #D54471: hue angle of 341.38º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54471 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 113 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.16 |
| HSL | 341.38º | 0.63% | 0.55% | - |
| HSV(B) | 341.38º | 0.68% | 0.84% | - |
| XYZ | 32.49 | 19.47 | 17.67 | - |
| YUV | 116.49 | 126.04 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 113 | 0 | 0.68 | 0.47 | 0.16 | 341.38 | 0.63 | 0.55 |
| Hex | D5 | 44 | 71 | 0 | 44 | 2F | 10 | 155 | 3F | 37 |
| Octal | 325 | 104 | 161 | 0 | 104 | 57 | 20 | 525 | 77 | 67 |
| Binary | 11010101 | 1000100 | 1110001 | 0 | 1000100 | 101111 | 10000 | 101010101 | 111111 | 110111 |
Color Harmonies of #D54471
Complementary color
Monochromatic Colors of #D54471
Black with #D54471
Text Example
Text Example
White with #D54471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54471; }
p { color: rgb(213,68,113); }
H1.HeaderClassName
{
color: #D54471;
}
.AnyTagClassName
{
color: #D54471;
}
</style>
background-color css
<style>
a { background-color: #D54471; }
a { background-color: rgb(213,68,113); }
div.DivClassName
{
background-color: #D54471;
}
.BgClassName
{
background-color: #D54471;
}
</style>
border-color css
<style>
span { border-color: #D54471; }
span { border-color: rgb(213,68,113); }
td.TdClassName
{
border-color: #D54471;
}
.TagClassName
{
border-color: #D54471;
}
</style>