Shades of Cabaret #D54566
Tints of Cabaret #D54566
RGB
CMYK
RGB Variations
Color information
#D54566 (or 0xD54566) is known color: Cabaret. HEX triplet: D5, 45 and 66. RGB value is (213,69,102). Sum of RGB (Red+Green+Blue) = 213+69+102=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D54566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54566 is #2ABA99. Grayscale: #737373. Windows color (decimal): -2800282 or 6702549. OLE color: 6702549.
HSL color Cylindrical-coordinate representation of color #D54566: hue angle of 346.25º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54566 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 102 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.16 |
| HSL | 346.25º | 0.63% | 0.55% | - |
| HSV(B) | 346.25º | 0.68% | 0.84% | - |
| XYZ | 31.97 | 19.36 | 14.62 | - |
| YUV | 115.82 | 120.21 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 102 | 0 | 0.68 | 0.52 | 0.16 | 346.25 | 0.63 | 0.55 |
| Hex | D5 | 45 | 66 | 0 | 44 | 34 | 10 | 15A | 3F | 37 |
| Octal | 325 | 105 | 146 | 0 | 104 | 64 | 20 | 532 | 77 | 67 |
| Binary | 11010101 | 1000101 | 1100110 | 0 | 1000100 | 110100 | 10000 | 101011010 | 111111 | 110111 |
Color Harmonies of #D54566
Complementary color
Monochromatic Colors of #D54566
Black with #D54566
Text Example
Text Example
White with #D54566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54566; }
p { color: rgb(213,69,102); }
H1.HeaderClassName
{
color: #D54566;
}
.AnyTagClassName
{
color: #D54566;
}
</style>
background-color css
<style>
a { background-color: #D54566; }
a { background-color: rgb(213,69,102); }
div.DivClassName
{
background-color: #D54566;
}
.BgClassName
{
background-color: #D54566;
}
</style>
border-color css
<style>
span { border-color: #D54566; }
span { border-color: rgb(213,69,102); }
td.TdClassName
{
border-color: #D54566;
}
.TagClassName
{
border-color: #D54566;
}
</style>