Shades of Cranberry #D54178
Tints of Cranberry #D54178
RGB
CMYK
RGB Variations
Color information
#D54178 (or 0xD54178) is known color: Cranberry. HEX triplet: D5, 41 and 78. RGB value is (213,65,120). Sum of RGB (Red+Green+Blue) = 213+65+120=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D54178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54178 is #2ABE87. Grayscale: #737373. Windows color (decimal): -2801288 or 7881173. OLE color: 7881173.
HSL color Cylindrical-coordinate representation of color #D54178: hue angle of 337.7º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54178 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 120 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.16 |
| HSL | 337.7º | 0.64% | 0.55% | - |
| HSV(B) | 337.7º | 0.69% | 0.84% | - |
| XYZ | 32.72 | 19.28 | 19.77 | - |
| YUV | 115.52 | 130.53 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 120 | 0 | 0.69 | 0.44 | 0.16 | 337.7 | 0.64 | 0.55 |
| Hex | D5 | 41 | 78 | 0 | 45 | 2C | 10 | 152 | 40 | 37 |
| Octal | 325 | 101 | 170 | 0 | 105 | 54 | 20 | 522 | 100 | 67 |
| Binary | 11010101 | 1000001 | 1111000 | 0 | 1000101 | 101100 | 10000 | 101010010 | 1000000 | 110111 |
Color Harmonies of #D54178
Complementary color
Monochromatic Colors of #D54178
Black with #D54178
Text Example
Text Example
White with #D54178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54178; }
p { color: rgb(213,65,120); }
H1.HeaderClassName
{
color: #D54178;
}
.AnyTagClassName
{
color: #D54178;
}
</style>
background-color css
<style>
a { background-color: #D54178; }
a { background-color: rgb(213,65,120); }
div.DivClassName
{
background-color: #D54178;
}
.BgClassName
{
background-color: #D54178;
}
</style>
border-color css
<style>
span { border-color: #D54178; }
span { border-color: rgb(213,65,120); }
td.TdClassName
{
border-color: #D54178;
}
.TagClassName
{
border-color: #D54178;
}
</style>