Shades of Cabaret #D45365
Tints of Cabaret #D45365
RGB
CMYK
RGB Variations
Color information
#D45365 (or 0xD45365) is known color: Cabaret. HEX triplet: D4, 53 and 65. RGB value is (212,83,101). Sum of RGB (Red+Green+Blue) = 212+83+101=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D45365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45365 is #2BAC9A. Grayscale: #7B7B7B. Windows color (decimal): -2862235 or 6640596. OLE color: 6640596.
HSL color Cylindrical-coordinate representation of color #D45365: hue angle of 351.63º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D45365 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 101 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.17 |
| HSL | 351.63º | 0.6% | 0.58% | - |
| HSV(B) | 351.63º | 0.61% | 0.83% | - |
| XYZ | 32.59 | 21.12 | 14.67 | - |
| YUV | 123.62 | 115.24 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 101 | 0 | 0.61 | 0.52 | 0.17 | 351.63 | 0.6 | 0.58 |
| Hex | D4 | 53 | 65 | 0 | 3D | 34 | 11 | 160 | 3C | 3A |
| Octal | 324 | 123 | 145 | 0 | 75 | 64 | 21 | 540 | 74 | 72 |
| Binary | 11010100 | 1010011 | 1100101 | 0 | 111101 | 110100 | 10001 | 101100000 | 111100 | 111010 |
Color Harmonies of #D45365
Complementary color
Monochromatic Colors of #D45365
Black with #D45365
Text Example
Text Example
White with #D45365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45365; }
p { color: rgb(212,83,101); }
H1.HeaderClassName
{
color: #D45365;
}
.AnyTagClassName
{
color: #D45365;
}
</style>
background-color css
<style>
a { background-color: #D45365; }
a { background-color: rgb(212,83,101); }
div.DivClassName
{
background-color: #D45365;
}
.BgClassName
{
background-color: #D45365;
}
</style>
border-color css
<style>
span { border-color: #D45365; }
span { border-color: rgb(212,83,101); }
td.TdClassName
{
border-color: #D45365;
}
.TagClassName
{
border-color: #D45365;
}
</style>