Shades of Cabaret #D4456B
Tints of Cabaret #D4456B
RGB
CMYK
RGB Variations
Color information
#D4456B (or 0xD4456B) is known color: Cabaret. HEX triplet: D4, 45 and 6B. RGB value is (212,69,107). Sum of RGB (Red+Green+Blue) = 212+69+107=388 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.64% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 212 - color contains mainly: red. Hex color #D4456B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4456B is #2BBA94. Grayscale: #747474. Windows color (decimal): -2865813 or 7030228. OLE color: 7030228.
HSL color Cylindrical-coordinate representation of color #D4456B: hue angle of 344.06º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4456B is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 107 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.17 |
| HSL | 344.06º | 0.62% | 0.55% | - |
| HSV(B) | 344.06º | 0.67% | 0.83% | - |
| XYZ | 31.93 | 19.31 | 15.95 | - |
| YUV | 116.09 | 122.88 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 107 | 0 | 0.67 | 0.50 | 0.17 | 344.06 | 0.62 | 0.55 |
| Hex | D4 | 45 | 6B | 0 | 43 | 32 | 11 | 158 | 3E | 37 |
| Octal | 324 | 105 | 153 | 0 | 103 | 62 | 21 | 530 | 76 | 67 |
| Binary | 11010100 | 1000101 | 1101011 | 0 | 1000011 | 110010 | 10001 | 101011000 | 111110 | 110111 |
Color Harmonies of #D4456B
Complementary color
Monochromatic Colors of #D4456B
Black with #D4456B
Text Example
Text Example
White with #D4456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4456B; }
p { color: rgb(212,69,107); }
H1.HeaderClassName
{
color: #D4456B;
}
.AnyTagClassName
{
color: #D4456B;
}
</style>
background-color css
<style>
a { background-color: #D4456B; }
a { background-color: rgb(212,69,107); }
div.DivClassName
{
background-color: #D4456B;
}
.BgClassName
{
background-color: #D4456B;
}
</style>
border-color css
<style>
span { border-color: #D4456B; }
span { border-color: rgb(212,69,107); }
td.TdClassName
{
border-color: #D4456B;
}
.TagClassName
{
border-color: #D4456B;
}
</style>