Shades of Cabaret #D5446B
Tints of Cabaret #D5446B
RGB
CMYK
RGB Variations
Color information
#D5446B (or 0xD5446B) is known color: Cabaret. HEX triplet: D5, 44 and 6B. RGB value is (213,68,107). Sum of RGB (Red+Green+Blue) = 213+68+107=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 107 (42.19% from 255 or 27.58% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5446B is #2ABB94. Grayscale: #737373. Windows color (decimal): -2800533 or 7029973. OLE color: 7029973.
HSL color Cylindrical-coordinate representation of color #D5446B: hue angle of 343.86º 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 #D5446B is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 107 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.16 |
| HSL | 343.86º | 0.63% | 0.55% | - |
| HSV(B) | 343.86º | 0.68% | 0.84% | - |
| XYZ | 32.16 | 19.34 | 15.95 | - |
| YUV | 115.8 | 123.04 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 107 | 0 | 0.68 | 0.50 | 0.16 | 343.86 | 0.63 | 0.55 |
| Hex | D5 | 44 | 6B | 0 | 44 | 32 | 10 | 158 | 3F | 37 |
| Octal | 325 | 104 | 153 | 0 | 104 | 62 | 20 | 530 | 77 | 67 |
| Binary | 11010101 | 1000100 | 1101011 | 0 | 1000100 | 110010 | 10000 | 101011000 | 111111 | 110111 |
Color Harmonies of #D5446B
Complementary color
Monochromatic Colors of #D5446B
Black with #D5446B
Text Example
Text Example
White with #D5446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5446B; }
p { color: rgb(213,68,107); }
H1.HeaderClassName
{
color: #D5446B;
}
.AnyTagClassName
{
color: #D5446B;
}
</style>
background-color css
<style>
a { background-color: #D5446B; }
a { background-color: rgb(213,68,107); }
div.DivClassName
{
background-color: #D5446B;
}
.BgClassName
{
background-color: #D5446B;
}
</style>
border-color css
<style>
span { border-color: #D5446B; }
span { border-color: rgb(213,68,107); }
td.TdClassName
{
border-color: #D5446B;
}
.TagClassName
{
border-color: #D5446B;
}
</style>