Shades of Cabaret #D54465
Tints of Cabaret #D54465
RGB
CMYK
RGB Variations
Color information
#D54465 (or 0xD54465) is known color: Cabaret. HEX triplet: D5, 44 and 65. RGB value is (213,68,101). Sum of RGB (Red+Green+Blue) = 213+68+101=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D54465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54465 is #2ABB9A. Grayscale: #737373. Windows color (decimal): -2800539 or 6636757. OLE color: 6636757.
HSL color Cylindrical-coordinate representation of color #D54465: hue angle of 346.34º 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 #D54465 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 101 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.16 |
| HSL | 346.34º | 0.63% | 0.55% | - |
| HSV(B) | 346.34º | 0.68% | 0.84% | - |
| XYZ | 31.86 | 19.22 | 14.34 | - |
| YUV | 115.12 | 120.04 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 101 | 0 | 0.68 | 0.53 | 0.16 | 346.34 | 0.63 | 0.55 |
| Hex | D5 | 44 | 65 | 0 | 44 | 35 | 10 | 15A | 3F | 37 |
| Octal | 325 | 104 | 145 | 0 | 104 | 65 | 20 | 532 | 77 | 67 |
| Binary | 11010101 | 1000100 | 1100101 | 0 | 1000100 | 110101 | 10000 | 101011010 | 111111 | 110111 |
Color Harmonies of #D54465
Complementary color
Monochromatic Colors of #D54465
Black with #D54465
Text Example
Text Example
White with #D54465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54465; }
p { color: rgb(213,68,101); }
H1.HeaderClassName
{
color: #D54465;
}
.AnyTagClassName
{
color: #D54465;
}
</style>
background-color css
<style>
a { background-color: #D54465; }
a { background-color: rgb(213,68,101); }
div.DivClassName
{
background-color: #D54465;
}
.BgClassName
{
background-color: #D54465;
}
</style>
border-color css
<style>
span { border-color: #D54465; }
span { border-color: rgb(213,68,101); }
td.TdClassName
{
border-color: #D54465;
}
.TagClassName
{
border-color: #D54465;
}
</style>