Shades of Cabaret #D45568
Tints of Cabaret #D45568
RGB
CMYK
RGB Variations
Color information
#D45568 (or 0xD45568) is known color: Cabaret. HEX triplet: D4, 55 and 68. RGB value is (212,85,104). Sum of RGB (Red+Green+Blue) = 212+85+104=401 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.87% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 212 - color contains mainly: red. Hex color #D45568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45568 is #2BAA97. Grayscale: #7D7D7D. Windows color (decimal): -2861720 or 6837716. OLE color: 6837716.
HSL color Cylindrical-coordinate representation of color #D45568: hue angle of 351.02º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D45568 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 104 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.17 |
| HSL | 351.02º | 0.6% | 0.58% | - |
| HSV(B) | 351.02º | 0.6% | 0.83% | - |
| XYZ | 32.9 | 21.49 | 15.51 | - |
| YUV | 125.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 104 | 0 | 0.60 | 0.51 | 0.17 | 351.02 | 0.6 | 0.58 |
| Hex | D4 | 55 | 68 | 0 | 3C | 33 | 11 | 15F | 3C | 3A |
| Octal | 324 | 125 | 150 | 0 | 74 | 63 | 21 | 537 | 74 | 72 |
| Binary | 11010100 | 1010101 | 1101000 | 0 | 111100 | 110011 | 10001 | 101011111 | 111100 | 111010 |
Color Harmonies of #D45568
Complementary color
Monochromatic Colors of #D45568
Black with #D45568
Text Example
Text Example
White with #D45568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45568; }
p { color: rgb(212,85,104); }
H1.HeaderClassName
{
color: #D45568;
}
.AnyTagClassName
{
color: #D45568;
}
</style>
background-color css
<style>
a { background-color: #D45568; }
a { background-color: rgb(212,85,104); }
div.DivClassName
{
background-color: #D45568;
}
.BgClassName
{
background-color: #D45568;
}
</style>
border-color css
<style>
span { border-color: #D45568; }
span { border-color: rgb(212,85,104); }
td.TdClassName
{
border-color: #D45568;
}
.TagClassName
{
border-color: #D45568;
}
</style>