Shades of Cabaret #D45265
Tints of Cabaret #D45265
RGB
CMYK
RGB Variations
Color information
#D45265 (or 0xD45265) is known color: Cabaret. HEX triplet: D4, 52 and 65. RGB value is (212,82,101). Sum of RGB (Red+Green+Blue) = 212+82+101=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D45265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45265 is #2BAD9A. Grayscale: #7B7B7B. Windows color (decimal): -2862491 or 6640340. OLE color: 6640340.
HSL color Cylindrical-coordinate representation of color #D45265: hue angle of 351.23º 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 #D45265 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 101 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.17 |
| HSL | 351.23º | 0.6% | 0.58% | - |
| HSV(B) | 351.23º | 0.61% | 0.83% | - |
| XYZ | 32.52 | 20.97 | 14.65 | - |
| YUV | 123.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 101 | 0 | 0.61 | 0.52 | 0.17 | 351.23 | 0.6 | 0.58 |
| Hex | D4 | 52 | 65 | 0 | 3D | 34 | 11 | 15F | 3C | 3A |
| Octal | 324 | 122 | 145 | 0 | 75 | 64 | 21 | 537 | 74 | 72 |
| Binary | 11010100 | 1010010 | 1100101 | 0 | 111101 | 110100 | 10001 | 101011111 | 111100 | 111010 |
Color Harmonies of #D45265
Complementary color
Monochromatic Colors of #D45265
Black with #D45265
Text Example
Text Example
White with #D45265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45265; }
p { color: rgb(212,82,101); }
H1.HeaderClassName
{
color: #D45265;
}
.AnyTagClassName
{
color: #D45265;
}
</style>
background-color css
<style>
a { background-color: #D45265; }
a { background-color: rgb(212,82,101); }
div.DivClassName
{
background-color: #D45265;
}
.BgClassName
{
background-color: #D45265;
}
</style>
border-color css
<style>
span { border-color: #D45265; }
span { border-color: rgb(212,82,101); }
td.TdClassName
{
border-color: #D45265;
}
.TagClassName
{
border-color: #D45265;
}
</style>