Shades of Cranberry #D54578
Tints of Cranberry #D54578
RGB
CMYK
RGB Variations
Color information
#D54578 (or 0xD54578) is known color: Cranberry. HEX triplet: D5, 45 and 78. RGB value is (213,69,120). Sum of RGB (Red+Green+Blue) = 213+69+120=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D54578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54578 is #2ABA87. Grayscale: #757575. Windows color (decimal): -2800264 or 7882197. OLE color: 7882197.
HSL color Cylindrical-coordinate representation of color #D54578: hue angle of 338.75º 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 #D54578 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 120 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.16 |
| HSL | 338.75º | 0.63% | 0.55% | - |
| HSV(B) | 338.75º | 0.68% | 0.84% | - |
| XYZ | 32.96 | 19.76 | 19.85 | - |
| YUV | 117.87 | 129.21 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 120 | 0 | 0.68 | 0.44 | 0.16 | 338.75 | 0.63 | 0.55 |
| Hex | D5 | 45 | 78 | 0 | 44 | 2C | 10 | 153 | 3F | 37 |
| Octal | 325 | 105 | 170 | 0 | 104 | 54 | 20 | 523 | 77 | 67 |
| Binary | 11010101 | 1000101 | 1111000 | 0 | 1000100 | 101100 | 10000 | 101010011 | 111111 | 110111 |
Color Harmonies of #D54578
Complementary color
Monochromatic Colors of #D54578
Black with #D54578
Text Example
Text Example
White with #D54578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54578; }
p { color: rgb(213,69,120); }
H1.HeaderClassName
{
color: #D54578;
}
.AnyTagClassName
{
color: #D54578;
}
</style>
background-color css
<style>
a { background-color: #D54578; }
a { background-color: rgb(213,69,120); }
div.DivClassName
{
background-color: #D54578;
}
.BgClassName
{
background-color: #D54578;
}
</style>
border-color css
<style>
span { border-color: #D54578; }
span { border-color: rgb(213,69,120); }
td.TdClassName
{
border-color: #D54578;
}
.TagClassName
{
border-color: #D54578;
}
</style>