Shades of Cabaret #D54366
Tints of Cabaret #D54366
RGB
CMYK
RGB Variations
Color information
#D54366 (or 0xD54366) is known color: Cabaret. HEX triplet: D5, 43 and 66. RGB value is (213,67,102). Sum of RGB (Red+Green+Blue) = 213+67+102=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D54366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54366 is #2ABC99. Grayscale: #727272. Windows color (decimal): -2800794 or 6702037. OLE color: 6702037.
HSL color Cylindrical-coordinate representation of color #D54366: hue angle of 345.62º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54366 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 102 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.16 |
| HSL | 345.62º | 0.63% | 0.55% | - |
| HSV(B) | 345.62º | 0.69% | 0.84% | - |
| XYZ | 31.85 | 19.12 | 14.58 | - |
| YUV | 114.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 102 | 0 | 0.69 | 0.52 | 0.16 | 345.62 | 0.63 | 0.55 |
| Hex | D5 | 43 | 66 | 0 | 45 | 34 | 10 | 15A | 3F | 37 |
| Octal | 325 | 103 | 146 | 0 | 105 | 64 | 20 | 532 | 77 | 67 |
| Binary | 11010101 | 1000011 | 1100110 | 0 | 1000101 | 110100 | 10000 | 101011010 | 111111 | 110111 |
Color Harmonies of #D54366
Complementary color
Monochromatic Colors of #D54366
Black with #D54366
Text Example
Text Example
White with #D54366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54366; }
p { color: rgb(213,67,102); }
H1.HeaderClassName
{
color: #D54366;
}
.AnyTagClassName
{
color: #D54366;
}
</style>
background-color css
<style>
a { background-color: #D54366; }
a { background-color: rgb(213,67,102); }
div.DivClassName
{
background-color: #D54366;
}
.BgClassName
{
background-color: #D54366;
}
</style>
border-color css
<style>
span { border-color: #D54366; }
span { border-color: rgb(213,67,102); }
td.TdClassName
{
border-color: #D54366;
}
.TagClassName
{
border-color: #D54366;
}
</style>