Shades of Cabaret #D54F70
Tints of Cabaret #D54F70
RGB
CMYK
RGB Variations
Color information
#D54F70 (or 0xD54F70) is known color: Cabaret. HEX triplet: D5, 4F and 70. RGB value is (213,79,112). Sum of RGB (Red+Green+Blue) = 213+79+112=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54F70 is #2AB08F. Grayscale: #7A7A7A. Windows color (decimal): -2797712 or 7360469. OLE color: 7360469.
HSL color Cylindrical-coordinate representation of color #D54F70: hue angle of 345.22º 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 #D54F70 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 79 | 112 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.16 |
| HSL | 345.22º | 0.61% | 0.57% | - |
| HSV(B) | 345.22º | 0.63% | 0.84% | - |
| XYZ | 33.16 | 20.91 | 17.62 | - |
| YUV | 122.83 | 121.89 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 79 | 112 | 0 | 0.63 | 0.47 | 0.16 | 345.22 | 0.61 | 0.57 |
| Hex | D5 | 4F | 70 | 0 | 3F | 2F | 10 | 159 | 3D | 39 |
| Octal | 325 | 117 | 160 | 0 | 77 | 57 | 20 | 531 | 75 | 71 |
| Binary | 11010101 | 1001111 | 1110000 | 0 | 111111 | 101111 | 10000 | 101011001 | 111101 | 111001 |
Color Harmonies of #D54F70
Complementary color
Monochromatic Colors of #D54F70
Black with #D54F70
Text Example
Text Example
White with #D54F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54F70; }
p { color: rgb(213,79,112); }
H1.HeaderClassName
{
color: #D54F70;
}
.AnyTagClassName
{
color: #D54F70;
}
</style>
background-color css
<style>
a { background-color: #D54F70; }
a { background-color: rgb(213,79,112); }
div.DivClassName
{
background-color: #D54F70;
}
.BgClassName
{
background-color: #D54F70;
}
</style>
border-color css
<style>
span { border-color: #D54F70; }
span { border-color: rgb(213,79,112); }
td.TdClassName
{
border-color: #D54F70;
}
.TagClassName
{
border-color: #D54F70;
}
</style>