Shades of Cranberry #D54E78
Tints of Cranberry #D54E78
RGB
CMYK
RGB Variations
Color information
#D54E78 (or 0xD54E78) is known color: Cranberry. HEX triplet: D5, 4E and 78. RGB value is (213,78,120). Sum of RGB (Red+Green+Blue) = 213+78+120=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 78 (30.86% from 255 or 18.98% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54E78 is #2AB187. Grayscale: #7B7B7B. Windows color (decimal): -2797960 or 7884501. OLE color: 7884501.
HSL color Cylindrical-coordinate representation of color #D54E78: hue angle of 341.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54E78 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 120 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.16 |
| HSL | 341.33º | 0.62% | 0.57% | - |
| HSV(B) | 341.33º | 0.63% | 0.84% | - |
| XYZ | 33.56 | 20.95 | 20.04 | - |
| YUV | 123.15 | 126.23 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 120 | 0 | 0.63 | 0.44 | 0.16 | 341.33 | 0.62 | 0.57 |
| Hex | D5 | 4E | 78 | 0 | 3F | 2C | 10 | 155 | 3E | 39 |
| Octal | 325 | 116 | 170 | 0 | 77 | 54 | 20 | 525 | 76 | 71 |
| Binary | 11010101 | 1001110 | 1111000 | 0 | 111111 | 101100 | 10000 | 101010101 | 111110 | 111001 |
Color Harmonies of #D54E78
Complementary color
Monochromatic Colors of #D54E78
Black with #D54E78
Text Example
Text Example
White with #D54E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54E78; }
p { color: rgb(213,78,120); }
H1.HeaderClassName
{
color: #D54E78;
}
.AnyTagClassName
{
color: #D54E78;
}
</style>
background-color css
<style>
a { background-color: #D54E78; }
a { background-color: rgb(213,78,120); }
div.DivClassName
{
background-color: #D54E78;
}
.BgClassName
{
background-color: #D54E78;
}
</style>
border-color css
<style>
span { border-color: #D54E78; }
span { border-color: rgb(213,78,120); }
td.TdClassName
{
border-color: #D54E78;
}
.TagClassName
{
border-color: #D54E78;
}
</style>