Shades of Cabaret #D55A67
Tints of Cabaret #D55A67
RGB
CMYK
RGB Variations
Color information
#D55A67 (or 0xD55A67) is known color: Cabaret. HEX triplet: D5, 5A and 67. RGB value is (213,90,103). Sum of RGB (Red+Green+Blue) = 213+90+103=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A67 is #2AA598. Grayscale: #808080. Windows color (decimal): -2794905 or 6773461. OLE color: 6773461.
HSL color Cylindrical-coordinate representation of color #D55A67: hue angle of 353.66º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55A67 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 90 | 103 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.16 |
| HSL | 353.66º | 0.59% | 0.59% | - |
| HSV(B) | 353.66º | 0.58% | 0.84% | - |
| XYZ | 33.54 | 22.44 | 15.39 | - |
| YUV | 128.26 | 113.75 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 90 | 103 | 0 | 0.58 | 0.52 | 0.16 | 353.66 | 0.59 | 0.59 |
| Hex | D5 | 5A | 67 | 0 | 3A | 34 | 10 | 162 | 3B | 3B |
| Octal | 325 | 132 | 147 | 0 | 72 | 64 | 20 | 542 | 73 | 73 |
| Binary | 11010101 | 1011010 | 1100111 | 0 | 111010 | 110100 | 10000 | 101100010 | 111011 | 111011 |
Color Harmonies of #D55A67
Complementary color
Monochromatic Colors of #D55A67
Black with #D55A67
Text Example
Text Example
White with #D55A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55A67; }
p { color: rgb(213,90,103); }
H1.HeaderClassName
{
color: #D55A67;
}
.AnyTagClassName
{
color: #D55A67;
}
</style>
background-color css
<style>
a { background-color: #D55A67; }
a { background-color: rgb(213,90,103); }
div.DivClassName
{
background-color: #D55A67;
}
.BgClassName
{
background-color: #D55A67;
}
</style>
border-color css
<style>
span { border-color: #D55A67; }
span { border-color: rgb(213,90,103); }
td.TdClassName
{
border-color: #D55A67;
}
.TagClassName
{
border-color: #D55A67;
}
</style>