Shades of Cranberry #D54877
Tints of Cranberry #D54877
RGB
CMYK
RGB Variations
Color information
#D54877 (or 0xD54877) is known color: Cranberry. HEX triplet: D5, 48 and 77. RGB value is (213,72,119). Sum of RGB (Red+Green+Blue) = 213+72+119=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D54877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54877 is #2AB788. Grayscale: #777777. Windows color (decimal): -2799497 or 7817429. OLE color: 7817429.
HSL color Cylindrical-coordinate representation of color #D54877: hue angle of 340º degrees, saturation: 0.63, 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 #D54877 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 119 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.16 |
| HSL | 340º | 0.63% | 0.56% | - |
| HSV(B) | 340º | 0.66% | 0.84% | - |
| XYZ | 33.09 | 20.11 | 19.59 | - |
| YUV | 119.52 | 127.71 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 119 | 0 | 0.66 | 0.44 | 0.16 | 340 | 0.63 | 0.56 |
| Hex | D5 | 48 | 77 | 0 | 42 | 2C | 10 | 154 | 3F | 38 |
| Octal | 325 | 110 | 167 | 0 | 102 | 54 | 20 | 524 | 77 | 70 |
| Binary | 11010101 | 1001000 | 1110111 | 0 | 1000010 | 101100 | 10000 | 101010100 | 111111 | 111000 |
Color Harmonies of #D54877
Complementary color
Monochromatic Colors of #D54877
Black with #D54877
Text Example
Text Example
White with #D54877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54877; }
p { color: rgb(213,72,119); }
H1.HeaderClassName
{
color: #D54877;
}
.AnyTagClassName
{
color: #D54877;
}
</style>
background-color css
<style>
a { background-color: #D54877; }
a { background-color: rgb(213,72,119); }
div.DivClassName
{
background-color: #D54877;
}
.BgClassName
{
background-color: #D54877;
}
</style>
border-color css
<style>
span { border-color: #D54877; }
span { border-color: rgb(213,72,119); }
td.TdClassName
{
border-color: #D54877;
}
.TagClassName
{
border-color: #D54877;
}
</style>