Shades of Cabaret #D45565
Tints of Cabaret #D45565
RGB
CMYK
RGB Variations
Color information
#D45565 (or 0xD45565) is known color: Cabaret. HEX triplet: D4, 55 and 65. RGB value is (212,85,101). Sum of RGB (Red+Green+Blue) = 212+85+101=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D45565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45565 is #2BAA9A. Grayscale: #7C7C7C. Windows color (decimal): -2861723 or 6641108. OLE color: 6641108.
HSL color Cylindrical-coordinate representation of color #D45565: hue angle of 352.44º 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 #D45565 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 85 | 101 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.17 |
| HSL | 352.44º | 0.6% | 0.58% | - |
| HSV(B) | 352.44º | 0.6% | 0.83% | - |
| XYZ | 32.75 | 21.43 | 14.72 | - |
| YUV | 124.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 85 | 101 | 0 | 0.60 | 0.52 | 0.17 | 352.44 | 0.6 | 0.58 |
| Hex | D4 | 55 | 65 | 0 | 3C | 34 | 11 | 160 | 3C | 3A |
| Octal | 324 | 125 | 145 | 0 | 74 | 64 | 21 | 540 | 74 | 72 |
| Binary | 11010100 | 1010101 | 1100101 | 0 | 111100 | 110100 | 10001 | 101100000 | 111100 | 111010 |
Color Harmonies of #D45565
Complementary color
Monochromatic Colors of #D45565
Black with #D45565
Text Example
Text Example
White with #D45565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45565; }
p { color: rgb(212,85,101); }
H1.HeaderClassName
{
color: #D45565;
}
.AnyTagClassName
{
color: #D45565;
}
</style>
background-color css
<style>
a { background-color: #D45565; }
a { background-color: rgb(212,85,101); }
div.DivClassName
{
background-color: #D45565;
}
.BgClassName
{
background-color: #D45565;
}
</style>
border-color css
<style>
span { border-color: #D45565; }
span { border-color: rgb(212,85,101); }
td.TdClassName
{
border-color: #D45565;
}
.TagClassName
{
border-color: #D45565;
}
</style>