Shades of Cranberry #D54577
Tints of Cranberry #D54577
RGB
CMYK
RGB Variations
Color information
#D54577 (or 0xD54577) is known color: Cranberry. HEX triplet: D5, 45 and 77. RGB value is (213,69,119). Sum of RGB (Red+Green+Blue) = 213+69+119=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D54577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54577 is #2ABA88. Grayscale: #757575. Windows color (decimal): -2800265 or 7816661. OLE color: 7816661.
HSL color Cylindrical-coordinate representation of color #D54577: hue angle of 339.17º 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 #D54577 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 119 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.16 |
| HSL | 339.17º | 0.63% | 0.55% | - |
| HSV(B) | 339.17º | 0.68% | 0.84% | - |
| XYZ | 32.9 | 19.73 | 19.53 | - |
| YUV | 117.76 | 128.71 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 119 | 0 | 0.68 | 0.44 | 0.16 | 339.17 | 0.63 | 0.55 |
| Hex | D5 | 45 | 77 | 0 | 44 | 2C | 10 | 153 | 3F | 37 |
| Octal | 325 | 105 | 167 | 0 | 104 | 54 | 20 | 523 | 77 | 67 |
| Binary | 11010101 | 1000101 | 1110111 | 0 | 1000100 | 101100 | 10000 | 101010011 | 111111 | 110111 |
Color Harmonies of #D54577
Complementary color
Monochromatic Colors of #D54577
Black with #D54577
Text Example
Text Example
White with #D54577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54577; }
p { color: rgb(213,69,119); }
H1.HeaderClassName
{
color: #D54577;
}
.AnyTagClassName
{
color: #D54577;
}
</style>
background-color css
<style>
a { background-color: #D54577; }
a { background-color: rgb(213,69,119); }
div.DivClassName
{
background-color: #D54577;
}
.BgClassName
{
background-color: #D54577;
}
</style>
border-color css
<style>
span { border-color: #D54577; }
span { border-color: rgb(213,69,119); }
td.TdClassName
{
border-color: #D54577;
}
.TagClassName
{
border-color: #D54577;
}
</style>