Shades of Cabaret #D45868
Tints of Cabaret #D45868
RGB
CMYK
RGB Variations
Color information
#D45868 (or 0xD45868) is known color: Cabaret. HEX triplet: D4, 58 and 68. RGB value is (212,88,104). Sum of RGB (Red+Green+Blue) = 212+88+104=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D45868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45868 is #2BA797. Grayscale: #7E7E7E. Windows color (decimal): -2860952 or 6838484. OLE color: 6838484.
HSL color Cylindrical-coordinate representation of color #D45868: hue angle of 352.26º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D45868 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 88 | 104 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.17 |
| HSL | 352.26º | 0.59% | 0.59% | - |
| HSV(B) | 352.26º | 0.58% | 0.83% | - |
| XYZ | 33.14 | 21.98 | 15.59 | - |
| YUV | 126.9 | 115.08 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 104 | 0 | 0.58 | 0.51 | 0.17 | 352.26 | 0.59 | 0.59 |
| Hex | D4 | 58 | 68 | 0 | 3A | 33 | 11 | 160 | 3B | 3B |
| Octal | 324 | 130 | 150 | 0 | 72 | 63 | 21 | 540 | 73 | 73 |
| Binary | 11010100 | 1011000 | 1101000 | 0 | 111010 | 110011 | 10001 | 101100000 | 111011 | 111011 |
Color Harmonies of #D45868
Complementary color
Monochromatic Colors of #D45868
Black with #D45868
Text Example
Text Example
White with #D45868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45868; }
p { color: rgb(212,88,104); }
H1.HeaderClassName
{
color: #D45868;
}
.AnyTagClassName
{
color: #D45868;
}
</style>
background-color css
<style>
a { background-color: #D45868; }
a { background-color: rgb(212,88,104); }
div.DivClassName
{
background-color: #D45868;
}
.BgClassName
{
background-color: #D45868;
}
</style>
border-color css
<style>
span { border-color: #D45868; }
span { border-color: rgb(212,88,104); }
td.TdClassName
{
border-color: #D45868;
}
.TagClassName
{
border-color: #D45868;
}
</style>