Shades of Cabaret #D45465
Tints of Cabaret #D45465
RGB
CMYK
RGB Variations
Color information
#D45465 (or 0xD45465) is known color: Cabaret. HEX triplet: D4, 54 and 65. RGB value is (212,84,101). Sum of RGB (Red+Green+Blue) = 212+84+101=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D45465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45465 is #2BAB9A. Grayscale: #7C7C7C. Windows color (decimal): -2861979 or 6640852. OLE color: 6640852.
HSL color Cylindrical-coordinate representation of color #D45465: hue angle of 352.03º 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 #D45465 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 101 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.17 |
| HSL | 352.03º | 0.6% | 0.58% | - |
| HSV(B) | 352.03º | 0.6% | 0.83% | - |
| XYZ | 32.67 | 21.28 | 14.7 | - |
| YUV | 124.21 | 114.91 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 101 | 0 | 0.60 | 0.52 | 0.17 | 352.03 | 0.6 | 0.58 |
| Hex | D4 | 54 | 65 | 0 | 3C | 34 | 11 | 160 | 3C | 3A |
| Octal | 324 | 124 | 145 | 0 | 74 | 64 | 21 | 540 | 74 | 72 |
| Binary | 11010100 | 1010100 | 1100101 | 0 | 111100 | 110100 | 10001 | 101100000 | 111100 | 111010 |
Color Harmonies of #D45465
Complementary color
Monochromatic Colors of #D45465
Black with #D45465
Text Example
Text Example
White with #D45465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45465; }
p { color: rgb(212,84,101); }
H1.HeaderClassName
{
color: #D45465;
}
.AnyTagClassName
{
color: #D45465;
}
</style>
background-color css
<style>
a { background-color: #D45465; }
a { background-color: rgb(212,84,101); }
div.DivClassName
{
background-color: #D45465;
}
.BgClassName
{
background-color: #D45465;
}
</style>
border-color css
<style>
span { border-color: #D45465; }
span { border-color: rgb(212,84,101); }
td.TdClassName
{
border-color: #D45465;
}
.TagClassName
{
border-color: #D45465;
}
</style>