Shades of Cabaret #D54467
Tints of Cabaret #D54467
RGB
CMYK
RGB Variations
Color information
#D54467 (or 0xD54467) is known color: Cabaret. HEX triplet: D5, 44 and 67. RGB value is (213,68,103). Sum of RGB (Red+Green+Blue) = 213+68+103=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D54467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54467 is #2ABB98. Grayscale: #737373. Windows color (decimal): -2800537 or 6767829. OLE color: 6767829.
HSL color Cylindrical-coordinate representation of color #D54467: hue angle of 345.52º 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 #D54467 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 103 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.16 |
| HSL | 345.52º | 0.63% | 0.55% | - |
| HSV(B) | 345.52º | 0.68% | 0.84% | - |
| XYZ | 31.96 | 19.26 | 14.87 | - |
| YUV | 115.35 | 121.04 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 103 | 0 | 0.68 | 0.52 | 0.16 | 345.52 | 0.63 | 0.55 |
| Hex | D5 | 44 | 67 | 0 | 44 | 34 | 10 | 15A | 3F | 37 |
| Octal | 325 | 104 | 147 | 0 | 104 | 64 | 20 | 532 | 77 | 67 |
| Binary | 11010101 | 1000100 | 1100111 | 0 | 1000100 | 110100 | 10000 | 101011010 | 111111 | 110111 |
Color Harmonies of #D54467
Complementary color
Monochromatic Colors of #D54467
Black with #D54467
Text Example
Text Example
White with #D54467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54467; }
p { color: rgb(213,68,103); }
H1.HeaderClassName
{
color: #D54467;
}
.AnyTagClassName
{
color: #D54467;
}
</style>
background-color css
<style>
a { background-color: #D54467; }
a { background-color: rgb(213,68,103); }
div.DivClassName
{
background-color: #D54467;
}
.BgClassName
{
background-color: #D54467;
}
</style>
border-color css
<style>
span { border-color: #D54467; }
span { border-color: rgb(213,68,103); }
td.TdClassName
{
border-color: #D54467;
}
.TagClassName
{
border-color: #D54467;
}
</style>