Shades of Cabaret #D55167
Tints of Cabaret #D55167
RGB
CMYK
RGB Variations
Color information
#D55167 (or 0xD55167) is known color: Cabaret. HEX triplet: D5, 51 and 67. RGB value is (213,81,103). Sum of RGB (Red+Green+Blue) = 213+81+103=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D55167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55167 is #2AAE98. Grayscale: #7B7B7B. Windows color (decimal): -2797209 or 6771157. OLE color: 6771157.
HSL color Cylindrical-coordinate representation of color #D55167: hue angle of 350º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55167 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 103 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.16 |
| HSL | 350º | 0.61% | 0.58% | - |
| HSV(B) | 350º | 0.62% | 0.84% | - |
| XYZ | 32.83 | 21.01 | 15.16 | - |
| YUV | 122.98 | 116.73 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 103 | 0 | 0.62 | 0.52 | 0.16 | 350 | 0.61 | 0.58 |
| Hex | D5 | 51 | 67 | 0 | 3E | 34 | 10 | 15E | 3D | 3A |
| Octal | 325 | 121 | 147 | 0 | 76 | 64 | 20 | 536 | 75 | 72 |
| Binary | 11010101 | 1010001 | 1100111 | 0 | 111110 | 110100 | 10000 | 101011110 | 111101 | 111010 |
Color Harmonies of #D55167
Complementary color
Monochromatic Colors of #D55167
Black with #D55167
Text Example
Text Example
White with #D55167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55167; }
p { color: rgb(213,81,103); }
H1.HeaderClassName
{
color: #D55167;
}
.AnyTagClassName
{
color: #D55167;
}
</style>
background-color css
<style>
a { background-color: #D55167; }
a { background-color: rgb(213,81,103); }
div.DivClassName
{
background-color: #D55167;
}
.BgClassName
{
background-color: #D55167;
}
</style>
border-color css
<style>
span { border-color: #D55167; }
span { border-color: rgb(213,81,103); }
td.TdClassName
{
border-color: #D55167;
}
.TagClassName
{
border-color: #D55167;
}
</style>