Shades of Cabaret #D5456E
Tints of Cabaret #D5456E
RGB
CMYK
RGB Variations
Color information
#D5456E (or 0xD5456E) is known color: Cabaret. HEX triplet: D5, 45 and 6E. RGB value is (213,69,110). Sum of RGB (Red+Green+Blue) = 213+69+110=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5456E is #2ABA91. Grayscale: #747474. Windows color (decimal): -2800274 or 7226837. OLE color: 7226837.
HSL color Cylindrical-coordinate representation of color #D5456E: hue angle of 342.92º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5456E is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 110 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.16 |
| HSL | 342.92º | 0.63% | 0.55% | - |
| HSV(B) | 342.92º | 0.68% | 0.84% | - |
| XYZ | 32.38 | 19.53 | 16.81 | - |
| YUV | 116.73 | 124.21 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 110 | 0 | 0.68 | 0.48 | 0.16 | 342.92 | 0.63 | 0.55 |
| Hex | D5 | 45 | 6E | 0 | 44 | 30 | 10 | 157 | 3F | 37 |
| Octal | 325 | 105 | 156 | 0 | 104 | 60 | 20 | 527 | 77 | 67 |
| Binary | 11010101 | 1000101 | 1101110 | 0 | 1000100 | 110000 | 10000 | 101010111 | 111111 | 110111 |
Color Harmonies of #D5456E
Complementary color
Monochromatic Colors of #D5456E
Black with #D5456E
Text Example
Text Example
White with #D5456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5456E; }
p { color: rgb(213,69,110); }
H1.HeaderClassName
{
color: #D5456E;
}
.AnyTagClassName
{
color: #D5456E;
}
</style>
background-color css
<style>
a { background-color: #D5456E; }
a { background-color: rgb(213,69,110); }
div.DivClassName
{
background-color: #D5456E;
}
.BgClassName
{
background-color: #D5456E;
}
</style>
border-color css
<style>
span { border-color: #D5456E; }
span { border-color: rgb(213,69,110); }
td.TdClassName
{
border-color: #D5456E;
}
.TagClassName
{
border-color: #D5456E;
}
</style>