Shades of Cranberry #D54971
Tints of Cranberry #D54971
RGB
CMYK
RGB Variations
Color information
#D54971 (or 0xD54971) is known color: Cranberry. HEX triplet: D5, 49 and 71. RGB value is (213,73,113). Sum of RGB (Red+Green+Blue) = 213+73+113=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D54971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54971 is #2AB68E. Grayscale: #777777. Windows color (decimal): -2799247 or 7424469. OLE color: 7424469.
HSL color Cylindrical-coordinate representation of color #D54971: hue angle of 342.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54971 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 113 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.16 |
| HSL | 342.86º | 0.63% | 0.56% | - |
| HSV(B) | 342.86º | 0.66% | 0.84% | - |
| XYZ | 32.8 | 20.1 | 17.77 | - |
| YUV | 119.42 | 124.38 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 113 | 0 | 0.66 | 0.47 | 0.16 | 342.86 | 0.63 | 0.56 |
| Hex | D5 | 49 | 71 | 0 | 42 | 2F | 10 | 157 | 3E | 38 |
| Octal | 325 | 111 | 161 | 0 | 102 | 57 | 20 | 527 | 76 | 70 |
| Binary | 11010101 | 1001001 | 1110001 | 0 | 1000010 | 101111 | 10000 | 101010111 | 111110 | 111000 |
Color Harmonies of #D54971
Complementary color
Monochromatic Colors of #D54971
Black with #D54971
Text Example
Text Example
White with #D54971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54971; }
p { color: rgb(213,73,113); }
H1.HeaderClassName
{
color: #D54971;
}
.AnyTagClassName
{
color: #D54971;
}
</style>
background-color css
<style>
a { background-color: #D54971; }
a { background-color: rgb(213,73,113); }
div.DivClassName
{
background-color: #D54971;
}
.BgClassName
{
background-color: #D54971;
}
</style>
border-color css
<style>
span { border-color: #D54971; }
span { border-color: rgb(213,73,113); }
td.TdClassName
{
border-color: #D54971;
}
.TagClassName
{
border-color: #D54971;
}
</style>