Shades of Cranberry #D54F76
Tints of Cranberry #D54F76
RGB
CMYK
RGB Variations
Color information
#D54F76 (or 0xD54F76) is known color: Cranberry. HEX triplet: D5, 4F and 76. RGB value is (213,79,118). Sum of RGB (Red+Green+Blue) = 213+79+118=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54F76 is #2AB089. Grayscale: #7B7B7B. Windows color (decimal): -2797706 or 7753685. OLE color: 7753685.
HSL color Cylindrical-coordinate representation of color #D54F76: hue angle of 342.54º 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 #D54F76 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 118 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.16 |
| HSL | 342.54º | 0.61% | 0.57% | - |
| HSV(B) | 342.54º | 0.63% | 0.84% | - |
| XYZ | 33.51 | 21.05 | 19.44 | - |
| YUV | 123.51 | 124.89 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 118 | 0 | 0.63 | 0.45 | 0.16 | 342.54 | 0.61 | 0.57 |
| Hex | D5 | 4F | 76 | 0 | 3F | 2D | 10 | 157 | 3D | 39 |
| Octal | 325 | 117 | 166 | 0 | 77 | 55 | 20 | 527 | 75 | 71 |
| Binary | 11010101 | 1001111 | 1110110 | 0 | 111111 | 101101 | 10000 | 101010111 | 111101 | 111001 |
Color Harmonies of #D54F76
Complementary color
Monochromatic Colors of #D54F76
Black with #D54F76
Text Example
Text Example
White with #D54F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54F76; }
p { color: rgb(213,79,118); }
H1.HeaderClassName
{
color: #D54F76;
}
.AnyTagClassName
{
color: #D54F76;
}
</style>
background-color css
<style>
a { background-color: #D54F76; }
a { background-color: rgb(213,79,118); }
div.DivClassName
{
background-color: #D54F76;
}
.BgClassName
{
background-color: #D54F76;
}
</style>
border-color css
<style>
span { border-color: #D54F76; }
span { border-color: rgb(213,79,118); }
td.TdClassName
{
border-color: #D54F76;
}
.TagClassName
{
border-color: #D54F76;
}
</style>