Shades of Cabaret #D54666
Tints of Cabaret #D54666
RGB
CMYK
RGB Variations
Color information
#D54666 (or 0xD54666) is known color: Cabaret. HEX triplet: D5, 46 and 66. RGB value is (213,70,102). Sum of RGB (Red+Green+Blue) = 213+70+102=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D54666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54666 is #2AB999. Grayscale: #747474. Windows color (decimal): -2800026 or 6702805. OLE color: 6702805.
HSL color Cylindrical-coordinate representation of color #D54666: hue angle of 346.57º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54666 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 102 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.16 |
| HSL | 346.57º | 0.63% | 0.55% | - |
| HSV(B) | 346.57º | 0.67% | 0.84% | - |
| XYZ | 32.03 | 19.49 | 14.64 | - |
| YUV | 116.41 | 119.88 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 102 | 0 | 0.67 | 0.52 | 0.16 | 346.57 | 0.63 | 0.55 |
| Hex | D5 | 46 | 66 | 0 | 43 | 34 | 10 | 15B | 3F | 37 |
| Octal | 325 | 106 | 146 | 0 | 103 | 64 | 20 | 533 | 77 | 67 |
| Binary | 11010101 | 1000110 | 1100110 | 0 | 1000011 | 110100 | 10000 | 101011011 | 111111 | 110111 |
Color Harmonies of #D54666
Complementary color
Monochromatic Colors of #D54666
Black with #D54666
Text Example
Text Example
White with #D54666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54666; }
p { color: rgb(213,70,102); }
H1.HeaderClassName
{
color: #D54666;
}
.AnyTagClassName
{
color: #D54666;
}
</style>
background-color css
<style>
a { background-color: #D54666; }
a { background-color: rgb(213,70,102); }
div.DivClassName
{
background-color: #D54666;
}
.BgClassName
{
background-color: #D54666;
}
</style>
border-color css
<style>
span { border-color: #D54666; }
span { border-color: rgb(213,70,102); }
td.TdClassName
{
border-color: #D54666;
}
.TagClassName
{
border-color: #D54666;
}
</style>