Shades of Cranberry #D54D74
Tints of Cranberry #D54D74
RGB
CMYK
RGB Variations
Color information
#D54D74 (or 0xD54D74) is known color: Cranberry. HEX triplet: D5, 4D and 74. RGB value is (213,77,116). Sum of RGB (Red+Green+Blue) = 213+77+116=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54D74 is #2AB28B. Grayscale: #7A7A7A. Windows color (decimal): -2798220 or 7622101. OLE color: 7622101.
HSL color Cylindrical-coordinate representation of color #D54D74: hue angle of 342.79º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54D74 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 116 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.16 |
| HSL | 342.79º | 0.62% | 0.57% | - |
| HSV(B) | 342.79º | 0.64% | 0.84% | - |
| XYZ | 33.25 | 20.71 | 18.77 | - |
| YUV | 122.11 | 124.56 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 116 | 0 | 0.64 | 0.46 | 0.16 | 342.79 | 0.62 | 0.57 |
| Hex | D5 | 4D | 74 | 0 | 40 | 2E | 10 | 157 | 3E | 39 |
| Octal | 325 | 115 | 164 | 0 | 100 | 56 | 20 | 527 | 76 | 71 |
| Binary | 11010101 | 1001101 | 1110100 | 0 | 1000000 | 101110 | 10000 | 101010111 | 111110 | 111001 |
Color Harmonies of #D54D74
Complementary color
Monochromatic Colors of #D54D74
Black with #D54D74
Text Example
Text Example
White with #D54D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D74; }
p { color: rgb(213,77,116); }
H1.HeaderClassName
{
color: #D54D74;
}
.AnyTagClassName
{
color: #D54D74;
}
</style>
background-color css
<style>
a { background-color: #D54D74; }
a { background-color: rgb(213,77,116); }
div.DivClassName
{
background-color: #D54D74;
}
.BgClassName
{
background-color: #D54D74;
}
</style>
border-color css
<style>
span { border-color: #D54D74; }
span { border-color: rgb(213,77,116); }
td.TdClassName
{
border-color: #D54D74;
}
.TagClassName
{
border-color: #D54D74;
}
</style>