Shades of Cabaret #D54369
Tints of Cabaret #D54369
RGB
CMYK
RGB Variations
Color information
#D54369 (or 0xD54369) is known color: Cabaret. HEX triplet: D5, 43 and 69. RGB value is (213,67,105). Sum of RGB (Red+Green+Blue) = 213+67+105=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D54369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54369 is #2ABC96. Grayscale: #727272. Windows color (decimal): -2800791 or 6898645. OLE color: 6898645.
HSL color Cylindrical-coordinate representation of color #D54369: hue angle of 344.38º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54369 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 105 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.16 |
| HSL | 344.38º | 0.63% | 0.55% | - |
| HSV(B) | 344.38º | 0.69% | 0.84% | - |
| XYZ | 32 | 19.18 | 15.38 | - |
| YUV | 114.99 | 122.37 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 105 | 0 | 0.69 | 0.51 | 0.16 | 344.38 | 0.63 | 0.55 |
| Hex | D5 | 43 | 69 | 0 | 45 | 33 | 10 | 158 | 3F | 37 |
| Octal | 325 | 103 | 151 | 0 | 105 | 63 | 20 | 530 | 77 | 67 |
| Binary | 11010101 | 1000011 | 1101001 | 0 | 1000101 | 110011 | 10000 | 101011000 | 111111 | 110111 |
Color Harmonies of #D54369
Complementary color
Monochromatic Colors of #D54369
Black with #D54369
Text Example
Text Example
White with #D54369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54369; }
p { color: rgb(213,67,105); }
H1.HeaderClassName
{
color: #D54369;
}
.AnyTagClassName
{
color: #D54369;
}
</style>
background-color css
<style>
a { background-color: #D54369; }
a { background-color: rgb(213,67,105); }
div.DivClassName
{
background-color: #D54369;
}
.BgClassName
{
background-color: #D54369;
}
</style>
border-color css
<style>
span { border-color: #D54369; }
span { border-color: rgb(213,67,105); }
td.TdClassName
{
border-color: #D54369;
}
.TagClassName
{
border-color: #D54369;
}
</style>