Shades of Cabaret #D55367
Tints of Cabaret #D55367
RGB
CMYK
RGB Variations
Color information
#D55367 (or 0xD55367) is known color: Cabaret. HEX triplet: D5, 53 and 67. RGB value is (213,83,103). Sum of RGB (Red+Green+Blue) = 213+83+103=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D55367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55367 is #2AAC98. Grayscale: #7C7C7C. Windows color (decimal): -2796697 or 6771669. OLE color: 6771669.
HSL color Cylindrical-coordinate representation of color #D55367: hue angle of 350.77º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55367 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 103 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.16 |
| HSL | 350.77º | 0.61% | 0.58% | - |
| HSV(B) | 350.77º | 0.61% | 0.84% | - |
| XYZ | 32.98 | 21.31 | 15.21 | - |
| YUV | 124.15 | 116.07 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 103 | 0 | 0.61 | 0.52 | 0.16 | 350.77 | 0.61 | 0.58 |
| Hex | D5 | 53 | 67 | 0 | 3D | 34 | 10 | 15F | 3D | 3A |
| Octal | 325 | 123 | 147 | 0 | 75 | 64 | 20 | 537 | 75 | 72 |
| Binary | 11010101 | 1010011 | 1100111 | 0 | 111101 | 110100 | 10000 | 101011111 | 111101 | 111010 |
Color Harmonies of #D55367
Complementary color
Monochromatic Colors of #D55367
Black with #D55367
Text Example
Text Example
White with #D55367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55367; }
p { color: rgb(213,83,103); }
H1.HeaderClassName
{
color: #D55367;
}
.AnyTagClassName
{
color: #D55367;
}
</style>
background-color css
<style>
a { background-color: #D55367; }
a { background-color: rgb(213,83,103); }
div.DivClassName
{
background-color: #D55367;
}
.BgClassName
{
background-color: #D55367;
}
</style>
border-color css
<style>
span { border-color: #D55367; }
span { border-color: rgb(213,83,103); }
td.TdClassName
{
border-color: #D55367;
}
.TagClassName
{
border-color: #D55367;
}
</style>