Shades of Cabaret #D54468
Tints of Cabaret #D54468
RGB
CMYK
RGB Variations
Color information
#D54468 (or 0xD54468) is known color: Cabaret. HEX triplet: D5, 44 and 68. RGB value is (213,68,104). Sum of RGB (Red+Green+Blue) = 213+68+104=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D54468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54468 is #2ABB97. Grayscale: #737373. Windows color (decimal): -2800536 or 6833365. OLE color: 6833365.
HSL color Cylindrical-coordinate representation of color #D54468: hue angle of 345.1º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54468 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 104 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.16 |
| HSL | 345.1º | 0.63% | 0.55% | - |
| HSV(B) | 345.1º | 0.68% | 0.84% | - |
| XYZ | 32.01 | 19.28 | 15.13 | - |
| YUV | 115.46 | 121.54 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 104 | 0 | 0.68 | 0.51 | 0.16 | 345.1 | 0.63 | 0.55 |
| Hex | D5 | 44 | 68 | 0 | 44 | 33 | 10 | 159 | 3F | 37 |
| Octal | 325 | 104 | 150 | 0 | 104 | 63 | 20 | 531 | 77 | 67 |
| Binary | 11010101 | 1000100 | 1101000 | 0 | 1000100 | 110011 | 10000 | 101011001 | 111111 | 110111 |
Color Harmonies of #D54468
Complementary color
Monochromatic Colors of #D54468
Black with #D54468
Text Example
Text Example
White with #D54468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54468; }
p { color: rgb(213,68,104); }
H1.HeaderClassName
{
color: #D54468;
}
.AnyTagClassName
{
color: #D54468;
}
</style>
background-color css
<style>
a { background-color: #D54468; }
a { background-color: rgb(213,68,104); }
div.DivClassName
{
background-color: #D54468;
}
.BgClassName
{
background-color: #D54468;
}
</style>
border-color css
<style>
span { border-color: #D54468; }
span { border-color: rgb(213,68,104); }
td.TdClassName
{
border-color: #D54468;
}
.TagClassName
{
border-color: #D54468;
}
</style>