Shades of Cabaret #D5416C
Tints of Cabaret #D5416C
RGB
CMYK
RGB Variations
Color information
#D5416C (or 0xD5416C) is known color: Cabaret. HEX triplet: D5, 41 and 6C. RGB value is (213,65,108). Sum of RGB (Red+Green+Blue) = 213+65+108=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5416C is #2ABE93. Grayscale: #727272. Windows color (decimal): -2801300 or 7094741. OLE color: 7094741.
HSL color Cylindrical-coordinate representation of color #D5416C: hue angle of 342.57º 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 #D5416C is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 65 | 108 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.16 |
| HSL | 342.57º | 0.64% | 0.55% | - |
| HSV(B) | 342.57º | 0.69% | 0.84% | - |
| XYZ | 32.04 | 19.01 | 16.17 | - |
| YUV | 114.15 | 124.53 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 65 | 108 | 0 | 0.69 | 0.49 | 0.16 | 342.57 | 0.64 | 0.55 |
| Hex | D5 | 41 | 6C | 0 | 45 | 31 | 10 | 157 | 40 | 37 |
| Octal | 325 | 101 | 154 | 0 | 105 | 61 | 20 | 527 | 100 | 67 |
| Binary | 11010101 | 1000001 | 1101100 | 0 | 1000101 | 110001 | 10000 | 101010111 | 1000000 | 110111 |
Color Harmonies of #D5416C
Complementary color
Monochromatic Colors of #D5416C
Black with #D5416C
Text Example
Text Example
White with #D5416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5416C; }
p { color: rgb(213,65,108); }
H1.HeaderClassName
{
color: #D5416C;
}
.AnyTagClassName
{
color: #D5416C;
}
</style>
background-color css
<style>
a { background-color: #D5416C; }
a { background-color: rgb(213,65,108); }
div.DivClassName
{
background-color: #D5416C;
}
.BgClassName
{
background-color: #D5416C;
}
</style>
border-color css
<style>
span { border-color: #D5416C; }
span { border-color: rgb(213,65,108); }
td.TdClassName
{
border-color: #D5416C;
}
.TagClassName
{
border-color: #D5416C;
}
</style>