Shades of Cabaret #D45665
Tints of Cabaret #D45665
RGB
CMYK
RGB Variations
Color information
#D45665 (or 0xD45665) is known color: Cabaret. HEX triplet: D4, 56 and 65. RGB value is (212,86,101). Sum of RGB (Red+Green+Blue) = 212+86+101=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D45665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45665 is #2BA99A. Grayscale: #7D7D7D. Windows color (decimal): -2861467 or 6641364. OLE color: 6641364.
HSL color Cylindrical-coordinate representation of color #D45665: hue angle of 352.86º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D45665 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 86 | 101 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.17 |
| HSL | 352.86º | 0.59% | 0.58% | - |
| HSV(B) | 352.86º | 0.59% | 0.83% | - |
| XYZ | 32.83 | 21.59 | 14.75 | - |
| YUV | 125.38 | 114.24 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 101 | 0 | 0.59 | 0.52 | 0.17 | 352.86 | 0.59 | 0.58 |
| Hex | D4 | 56 | 65 | 0 | 3B | 34 | 11 | 161 | 3B | 3A |
| Octal | 324 | 126 | 145 | 0 | 73 | 64 | 21 | 541 | 73 | 72 |
| Binary | 11010100 | 1010110 | 1100101 | 0 | 111011 | 110100 | 10001 | 101100001 | 111011 | 111010 |
Color Harmonies of #D45665
Complementary color
Monochromatic Colors of #D45665
Black with #D45665
Text Example
Text Example
White with #D45665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45665; }
p { color: rgb(212,86,101); }
H1.HeaderClassName
{
color: #D45665;
}
.AnyTagClassName
{
color: #D45665;
}
</style>
background-color css
<style>
a { background-color: #D45665; }
a { background-color: rgb(212,86,101); }
div.DivClassName
{
background-color: #D45665;
}
.BgClassName
{
background-color: #D45665;
}
</style>
border-color css
<style>
span { border-color: #D45665; }
span { border-color: rgb(212,86,101); }
td.TdClassName
{
border-color: #D45665;
}
.TagClassName
{
border-color: #D45665;
}
</style>