Shades of Cranberry #D54A78
Tints of Cranberry #D54A78
RGB
CMYK
RGB Variations
Color information
#D54A78 (or 0xD54A78) is known color: Cranberry. HEX triplet: D5, 4A and 78. RGB value is (213,74,120). Sum of RGB (Red+Green+Blue) = 213+74+120=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A78 is #2AB587. Grayscale: #787878. Windows color (decimal): -2798984 or 7883477. OLE color: 7883477.
HSL color Cylindrical-coordinate representation of color #D54A78: hue angle of 340.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54A78 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 120 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.16 |
| HSL | 340.14º | 0.62% | 0.56% | - |
| HSV(B) | 340.14º | 0.65% | 0.84% | - |
| XYZ | 33.28 | 20.4 | 19.95 | - |
| YUV | 120.81 | 127.55 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 120 | 0 | 0.65 | 0.44 | 0.16 | 340.14 | 0.62 | 0.56 |
| Hex | D5 | 4A | 78 | 0 | 41 | 2C | 10 | 154 | 3E | 38 |
| Octal | 325 | 112 | 170 | 0 | 101 | 54 | 20 | 524 | 76 | 70 |
| Binary | 11010101 | 1001010 | 1111000 | 0 | 1000001 | 101100 | 10000 | 101010100 | 111110 | 111000 |
Color Harmonies of #D54A78
Complementary color
Monochromatic Colors of #D54A78
Black with #D54A78
Text Example
Text Example
White with #D54A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A78; }
p { color: rgb(213,74,120); }
H1.HeaderClassName
{
color: #D54A78;
}
.AnyTagClassName
{
color: #D54A78;
}
</style>
background-color css
<style>
a { background-color: #D54A78; }
a { background-color: rgb(213,74,120); }
div.DivClassName
{
background-color: #D54A78;
}
.BgClassName
{
background-color: #D54A78;
}
</style>
border-color css
<style>
span { border-color: #D54A78; }
span { border-color: rgb(213,74,120); }
td.TdClassName
{
border-color: #D54A78;
}
.TagClassName
{
border-color: #D54A78;
}
</style>