Shades of Cabaret #D55267
Tints of Cabaret #D55267
RGB
CMYK
RGB Variations
Color information
#D55267 (or 0xD55267) is known color: Cabaret. HEX triplet: D5, 52 and 67. RGB value is (213,82,103). Sum of RGB (Red+Green+Blue) = 213+82+103=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D55267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55267 is #2AAD98. Grayscale: #7B7B7B. Windows color (decimal): -2796953 or 6771413. OLE color: 6771413.
HSL color Cylindrical-coordinate representation of color #D55267: hue angle of 350.38º 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 #D55267 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 103 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.16 |
| HSL | 350.38º | 0.61% | 0.58% | - |
| HSV(B) | 350.38º | 0.62% | 0.84% | - |
| XYZ | 32.91 | 21.16 | 15.18 | - |
| YUV | 123.56 | 116.4 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 103 | 0 | 0.62 | 0.52 | 0.16 | 350.38 | 0.61 | 0.58 |
| Hex | D5 | 52 | 67 | 0 | 3E | 34 | 10 | 15E | 3D | 3A |
| Octal | 325 | 122 | 147 | 0 | 76 | 64 | 20 | 536 | 75 | 72 |
| Binary | 11010101 | 1010010 | 1100111 | 0 | 111110 | 110100 | 10000 | 101011110 | 111101 | 111010 |
Color Harmonies of #D55267
Complementary color
Monochromatic Colors of #D55267
Black with #D55267
Text Example
Text Example
White with #D55267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55267; }
p { color: rgb(213,82,103); }
H1.HeaderClassName
{
color: #D55267;
}
.AnyTagClassName
{
color: #D55267;
}
</style>
background-color css
<style>
a { background-color: #D55267; }
a { background-color: rgb(213,82,103); }
div.DivClassName
{
background-color: #D55267;
}
.BgClassName
{
background-color: #D55267;
}
</style>
border-color css
<style>
span { border-color: #D55267; }
span { border-color: rgb(213,82,103); }
td.TdClassName
{
border-color: #D55267;
}
.TagClassName
{
border-color: #D55267;
}
</style>