Shades of Cranberry #D54777
Tints of Cranberry #D54777
RGB
CMYK
RGB Variations
Color information
#D54777 (or 0xD54777) is known color: Cranberry. HEX triplet: D5, 47 and 77. RGB value is (213,71,119). Sum of RGB (Red+Green+Blue) = 213+71+119=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D54777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54777 is #2AB888. Grayscale: #767676. Windows color (decimal): -2799753 or 7817173. OLE color: 7817173.
HSL color Cylindrical-coordinate representation of color #D54777: hue angle of 339.72º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54777 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 119 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.16 |
| HSL | 339.72º | 0.63% | 0.56% | - |
| HSV(B) | 339.72º | 0.67% | 0.84% | - |
| XYZ | 33.02 | 19.98 | 19.57 | - |
| YUV | 118.93 | 128.04 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 119 | 0 | 0.67 | 0.44 | 0.16 | 339.72 | 0.63 | 0.56 |
| Hex | D5 | 47 | 77 | 0 | 43 | 2C | 10 | 154 | 3F | 38 |
| Octal | 325 | 107 | 167 | 0 | 103 | 54 | 20 | 524 | 77 | 70 |
| Binary | 11010101 | 1000111 | 1110111 | 0 | 1000011 | 101100 | 10000 | 101010100 | 111111 | 111000 |
Color Harmonies of #D54777
Complementary color
Monochromatic Colors of #D54777
Black with #D54777
Text Example
Text Example
White with #D54777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54777; }
p { color: rgb(213,71,119); }
H1.HeaderClassName
{
color: #D54777;
}
.AnyTagClassName
{
color: #D54777;
}
</style>
background-color css
<style>
a { background-color: #D54777; }
a { background-color: rgb(213,71,119); }
div.DivClassName
{
background-color: #D54777;
}
.BgClassName
{
background-color: #D54777;
}
</style>
border-color css
<style>
span { border-color: #D54777; }
span { border-color: rgb(213,71,119); }
td.TdClassName
{
border-color: #D54777;
}
.TagClassName
{
border-color: #D54777;
}
</style>