Shades of Cabaret #D45D6F
Tints of Cabaret #D45D6F
RGB
CMYK
RGB Variations
Color information
#D45D6F (or 0xD45D6F) is known color: Cabaret. HEX triplet: D4, 5D and 6F. RGB value is (212,93,111). Sum of RGB (Red+Green+Blue) = 212+93+111=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D45D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45D6F is #2BA290. Grayscale: #828282. Windows color (decimal): -2859665 or 7298516. OLE color: 7298516.
HSL color Cylindrical-coordinate representation of color #D45D6F: hue angle of 350.92º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D45D6F is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 93 | 111 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.17 |
| HSL | 350.92º | 0.58% | 0.6% | - |
| HSV(B) | 350.92º | 0.56% | 0.83% | - |
| XYZ | 33.93 | 22.97 | 17.68 | - |
| YUV | 130.63 | 116.92 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 93 | 111 | 0 | 0.56 | 0.48 | 0.17 | 350.92 | 0.58 | 0.6 |
| Hex | D4 | 5D | 6F | 0 | 38 | 30 | 11 | 15F | 3A | 3C |
| Octal | 324 | 135 | 157 | 0 | 70 | 60 | 21 | 537 | 72 | 74 |
| Binary | 11010100 | 1011101 | 1101111 | 0 | 111000 | 110000 | 10001 | 101011111 | 111010 | 111100 |
Color Harmonies of #D45D6F
Complementary color
Monochromatic Colors of #D45D6F
Black with #D45D6F
Text Example
Text Example
White with #D45D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45D6F; }
p { color: rgb(212,93,111); }
H1.HeaderClassName
{
color: #D45D6F;
}
.AnyTagClassName
{
color: #D45D6F;
}
</style>
background-color css
<style>
a { background-color: #D45D6F; }
a { background-color: rgb(212,93,111); }
div.DivClassName
{
background-color: #D45D6F;
}
.BgClassName
{
background-color: #D45D6F;
}
</style>
border-color css
<style>
span { border-color: #D45D6F; }
span { border-color: rgb(212,93,111); }
td.TdClassName
{
border-color: #D45D6F;
}
.TagClassName
{
border-color: #D45D6F;
}
</style>