Shades of Cranberry #D54979
Tints of Cranberry #D54979
RGB
CMYK
RGB Variations
Color information
#D54979 (or 0xD54979) is known color: Cranberry. HEX triplet: D5, 49 and 79. RGB value is (213,73,121). Sum of RGB (Red+Green+Blue) = 213+73+121=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D54979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54979 is #2AB686. Grayscale: #787878. Windows color (decimal): -2799239 or 7948757. OLE color: 7948757.
HSL color Cylindrical-coordinate representation of color #D54979: hue angle of 339.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54979 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 121 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.16 |
| HSL | 339.43º | 0.63% | 0.56% | - |
| HSV(B) | 339.43º | 0.66% | 0.84% | - |
| XYZ | 33.27 | 20.29 | 20.25 | - |
| YUV | 120.33 | 128.38 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 121 | 0 | 0.66 | 0.43 | 0.16 | 339.43 | 0.63 | 0.56 |
| Hex | D5 | 49 | 79 | 0 | 42 | 2B | 10 | 153 | 3E | 38 |
| Octal | 325 | 111 | 171 | 0 | 102 | 53 | 20 | 523 | 76 | 70 |
| Binary | 11010101 | 1001001 | 1111001 | 0 | 1000010 | 101011 | 10000 | 101010011 | 111110 | 111000 |
Color Harmonies of #D54979
Complementary color
Monochromatic Colors of #D54979
Black with #D54979
Text Example
Text Example
White with #D54979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54979; }
p { color: rgb(213,73,121); }
H1.HeaderClassName
{
color: #D54979;
}
.AnyTagClassName
{
color: #D54979;
}
</style>
background-color css
<style>
a { background-color: #D54979; }
a { background-color: rgb(213,73,121); }
div.DivClassName
{
background-color: #D54979;
}
.BgClassName
{
background-color: #D54979;
}
</style>
border-color css
<style>
span { border-color: #D54979; }
span { border-color: rgb(213,73,121); }
td.TdClassName
{
border-color: #D54979;
}
.TagClassName
{
border-color: #D54979;
}
</style>