Shades of Cabaret #D5416B
Tints of Cabaret #D5416B
RGB
CMYK
RGB Variations
Color information
#D5416B (or 0xD5416B) is known color: Cabaret. HEX triplet: D5, 41 and 6B. RGB value is (213,65,107). Sum of RGB (Red+Green+Blue) = 213+65+107=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D5416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5416B is #2ABE94. Grayscale: #727272. Windows color (decimal): -2801301 or 7029205. OLE color: 7029205.
HSL color Cylindrical-coordinate representation of color #D5416B: hue angle of 342.97º degrees, saturation: 0.64, 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 #D5416B is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 107 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.16 |
| HSL | 342.97º | 0.64% | 0.55% | - |
| HSV(B) | 342.97º | 0.69% | 0.84% | - |
| XYZ | 31.98 | 18.99 | 15.89 | - |
| YUV | 114.04 | 124.03 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 107 | 0 | 0.69 | 0.50 | 0.16 | 342.97 | 0.64 | 0.55 |
| Hex | D5 | 41 | 6B | 0 | 45 | 32 | 10 | 157 | 40 | 37 |
| Octal | 325 | 101 | 153 | 0 | 105 | 62 | 20 | 527 | 100 | 67 |
| Binary | 11010101 | 1000001 | 1101011 | 0 | 1000101 | 110010 | 10000 | 101010111 | 1000000 | 110111 |
Color Harmonies of #D5416B
Complementary color
Monochromatic Colors of #D5416B
Black with #D5416B
Text Example
Text Example
White with #D5416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5416B; }
p { color: rgb(213,65,107); }
H1.HeaderClassName
{
color: #D5416B;
}
.AnyTagClassName
{
color: #D5416B;
}
</style>
background-color css
<style>
a { background-color: #D5416B; }
a { background-color: rgb(213,65,107); }
div.DivClassName
{
background-color: #D5416B;
}
.BgClassName
{
background-color: #D5416B;
}
</style>
border-color css
<style>
span { border-color: #D5416B; }
span { border-color: rgb(213,65,107); }
td.TdClassName
{
border-color: #D5416B;
}
.TagClassName
{
border-color: #D5416B;
}
</style>