Shades of Cranberry #D54F74
Tints of Cranberry #D54F74
RGB
CMYK
RGB Variations
Color information
#D54F74 (or 0xD54F74) is known color: Cranberry. HEX triplet: D5, 4F and 74. RGB value is (213,79,116). Sum of RGB (Red+Green+Blue) = 213+79+116=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54F74 is #2AB08B. Grayscale: #7B7B7B. Windows color (decimal): -2797708 or 7622613. OLE color: 7622613.
HSL color Cylindrical-coordinate representation of color #D54F74: hue angle of 343.43º degrees, saturation: 0.61, 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 #D54F74 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 116 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.16 |
| HSL | 343.43º | 0.61% | 0.57% | - |
| HSV(B) | 343.43º | 0.63% | 0.84% | - |
| XYZ | 33.39 | 21 | 18.82 | - |
| YUV | 123.28 | 123.89 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 116 | 0 | 0.63 | 0.46 | 0.16 | 343.43 | 0.61 | 0.57 |
| Hex | D5 | 4F | 74 | 0 | 3F | 2E | 10 | 157 | 3D | 39 |
| Octal | 325 | 117 | 164 | 0 | 77 | 56 | 20 | 527 | 75 | 71 |
| Binary | 11010101 | 1001111 | 1110100 | 0 | 111111 | 101110 | 10000 | 101010111 | 111101 | 111001 |
Color Harmonies of #D54F74
Complementary color
Monochromatic Colors of #D54F74
Black with #D54F74
Text Example
Text Example
White with #D54F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54F74; }
p { color: rgb(213,79,116); }
H1.HeaderClassName
{
color: #D54F74;
}
.AnyTagClassName
{
color: #D54F74;
}
</style>
background-color css
<style>
a { background-color: #D54F74; }
a { background-color: rgb(213,79,116); }
div.DivClassName
{
background-color: #D54F74;
}
.BgClassName
{
background-color: #D54F74;
}
</style>
border-color css
<style>
span { border-color: #D54F74; }
span { border-color: rgb(213,79,116); }
td.TdClassName
{
border-color: #D54F74;
}
.TagClassName
{
border-color: #D54F74;
}
</style>