Shades of Cabaret #D55469
Tints of Cabaret #D55469
RGB
CMYK
RGB Variations
Color information
#D55469 (or 0xD55469) is known color: Cabaret. HEX triplet: D5, 54 and 69. RGB value is (213,84,105). Sum of RGB (Red+Green+Blue) = 213+84+105=402 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.99% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 213 - color contains mainly: red. Hex color #D55469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55469 is #2AAB96. Grayscale: #7D7D7D. Windows color (decimal): -2796439 or 6902997. OLE color: 6902997.
HSL color Cylindrical-coordinate representation of color #D55469: hue angle of 350.23º 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 #D55469 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 105 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.16 |
| HSL | 350.23º | 0.61% | 0.58% | - |
| HSV(B) | 350.23º | 0.61% | 0.84% | - |
| XYZ | 33.16 | 21.51 | 15.77 | - |
| YUV | 124.97 | 116.74 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 105 | 0 | 0.61 | 0.51 | 0.16 | 350.23 | 0.61 | 0.58 |
| Hex | D5 | 54 | 69 | 0 | 3D | 33 | 10 | 15E | 3D | 3A |
| Octal | 325 | 124 | 151 | 0 | 75 | 63 | 20 | 536 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1101001 | 0 | 111101 | 110011 | 10000 | 101011110 | 111101 | 111010 |
Color Harmonies of #D55469
Complementary color
Monochromatic Colors of #D55469
Black with #D55469
Text Example
Text Example
White with #D55469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55469; }
p { color: rgb(213,84,105); }
H1.HeaderClassName
{
color: #D55469;
}
.AnyTagClassName
{
color: #D55469;
}
</style>
background-color css
<style>
a { background-color: #D55469; }
a { background-color: rgb(213,84,105); }
div.DivClassName
{
background-color: #D55469;
}
.BgClassName
{
background-color: #D55469;
}
</style>
border-color css
<style>
span { border-color: #D55469; }
span { border-color: rgb(213,84,105); }
td.TdClassName
{
border-color: #D55469;
}
.TagClassName
{
border-color: #D55469;
}
</style>