Shades of Cabaret #D5456B
Tints of Cabaret #D5456B
RGB
CMYK
RGB Variations
Color information
#D5456B (or 0xD5456B) is known color: Cabaret. HEX triplet: D5, 45 and 6B. RGB value is (213,69,107). Sum of RGB (Red+Green+Blue) = 213+69+107=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5456B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5456B is #2ABA94. Grayscale: #747474. Windows color (decimal): -2800277 or 7030229. OLE color: 7030229.
HSL color Cylindrical-coordinate representation of color #D5456B: hue angle of 344.17º 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 #D5456B is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 107 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.16 |
| HSL | 344.17º | 0.63% | 0.55% | - |
| HSV(B) | 344.17º | 0.68% | 0.84% | - |
| XYZ | 32.22 | 19.46 | 15.97 | - |
| YUV | 116.39 | 122.71 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 107 | 0 | 0.68 | 0.50 | 0.16 | 344.17 | 0.63 | 0.55 |
| Hex | D5 | 45 | 6B | 0 | 44 | 32 | 10 | 158 | 3F | 37 |
| Octal | 325 | 105 | 153 | 0 | 104 | 62 | 20 | 530 | 77 | 67 |
| Binary | 11010101 | 1000101 | 1101011 | 0 | 1000100 | 110010 | 10000 | 101011000 | 111111 | 110111 |
Color Harmonies of #D5456B
Complementary color
Monochromatic Colors of #D5456B
Black with #D5456B
Text Example
Text Example
White with #D5456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5456B; }
p { color: rgb(213,69,107); }
H1.HeaderClassName
{
color: #D5456B;
}
.AnyTagClassName
{
color: #D5456B;
}
</style>
background-color css
<style>
a { background-color: #D5456B; }
a { background-color: rgb(213,69,107); }
div.DivClassName
{
background-color: #D5456B;
}
.BgClassName
{
background-color: #D5456B;
}
</style>
border-color css
<style>
span { border-color: #D5456B; }
span { border-color: rgb(213,69,107); }
td.TdClassName
{
border-color: #D5456B;
}
.TagClassName
{
border-color: #D5456B;
}
</style>