Shades of Cranberry #D54F72
Tints of Cranberry #D54F72
RGB
CMYK
RGB Variations
Color information
#D54F72 (or 0xD54F72) is known color: Cranberry. HEX triplet: D5, 4F and 72. RGB value is (213,79,114). Sum of RGB (Red+Green+Blue) = 213+79+114=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54F72 is #2AB08D. Grayscale: #7B7B7B. Windows color (decimal): -2797710 or 7491541. OLE color: 7491541.
HSL color Cylindrical-coordinate representation of color #D54F72: hue angle of 344.33º 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 #D54F72 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 114 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.16 |
| HSL | 344.33º | 0.61% | 0.57% | - |
| HSV(B) | 344.33º | 0.63% | 0.84% | - |
| XYZ | 33.27 | 20.95 | 18.21 | - |
| YUV | 123.06 | 122.89 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 114 | 0 | 0.63 | 0.46 | 0.16 | 344.33 | 0.61 | 0.57 |
| Hex | D5 | 4F | 72 | 0 | 3F | 2E | 10 | 158 | 3D | 39 |
| Octal | 325 | 117 | 162 | 0 | 77 | 56 | 20 | 530 | 75 | 71 |
| Binary | 11010101 | 1001111 | 1110010 | 0 | 111111 | 101110 | 10000 | 101011000 | 111101 | 111001 |
Color Harmonies of #D54F72
Complementary color
Monochromatic Colors of #D54F72
Black with #D54F72
Text Example
Text Example
White with #D54F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54F72; }
p { color: rgb(213,79,114); }
H1.HeaderClassName
{
color: #D54F72;
}
.AnyTagClassName
{
color: #D54F72;
}
</style>
background-color css
<style>
a { background-color: #D54F72; }
a { background-color: rgb(213,79,114); }
div.DivClassName
{
background-color: #D54F72;
}
.BgClassName
{
background-color: #D54F72;
}
</style>
border-color css
<style>
span { border-color: #D54F72; }
span { border-color: rgb(213,79,114); }
td.TdClassName
{
border-color: #D54F72;
}
.TagClassName
{
border-color: #D54F72;
}
</style>