Shades of Cabaret #D55467
Tints of Cabaret #D55467
RGB
CMYK
RGB Variations
Color information
#D55467 (or 0xD55467) is known color: Cabaret. HEX triplet: D5, 54 and 67. RGB value is (213,84,103). Sum of RGB (Red+Green+Blue) = 213+84+103=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 103 (40.62% from 255 or 25.75% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D55467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55467 is #2AAB98. Grayscale: #7C7C7C. Windows color (decimal): -2796441 or 6771925. OLE color: 6771925.
HSL color Cylindrical-coordinate representation of color #D55467: hue angle of 351.16º 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 #D55467 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 103 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.16 |
| HSL | 351.16º | 0.61% | 0.58% | - |
| HSV(B) | 351.16º | 0.61% | 0.84% | - |
| XYZ | 33.06 | 21.47 | 15.23 | - |
| YUV | 124.74 | 115.74 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 103 | 0 | 0.61 | 0.52 | 0.16 | 351.16 | 0.61 | 0.58 |
| Hex | D5 | 54 | 67 | 0 | 3D | 34 | 10 | 15F | 3D | 3A |
| Octal | 325 | 124 | 147 | 0 | 75 | 64 | 20 | 537 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1100111 | 0 | 111101 | 110100 | 10000 | 101011111 | 111101 | 111010 |
Color Harmonies of #D55467
Complementary color
Monochromatic Colors of #D55467
Black with #D55467
Text Example
Text Example
White with #D55467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55467; }
p { color: rgb(213,84,103); }
H1.HeaderClassName
{
color: #D55467;
}
.AnyTagClassName
{
color: #D55467;
}
</style>
background-color css
<style>
a { background-color: #D55467; }
a { background-color: rgb(213,84,103); }
div.DivClassName
{
background-color: #D55467;
}
.BgClassName
{
background-color: #D55467;
}
</style>
border-color css
<style>
span { border-color: #D55467; }
span { border-color: rgb(213,84,103); }
td.TdClassName
{
border-color: #D55467;
}
.TagClassName
{
border-color: #D55467;
}
</style>