Shades of Cabaret #D54367
Tints of Cabaret #D54367
RGB
CMYK
RGB Variations
Color information
#D54367 (or 0xD54367) is known color: Cabaret. HEX triplet: D5, 43 and 67. RGB value is (213,67,103). Sum of RGB (Red+Green+Blue) = 213+67+103=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D54367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54367 is #2ABC98. Grayscale: #727272. Windows color (decimal): -2800793 or 6767573. OLE color: 6767573.
HSL color Cylindrical-coordinate representation of color #D54367: hue angle of 345.21º 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 #D54367 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 67 | 103 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.16 |
| HSL | 345.21º | 0.63% | 0.55% | - |
| HSV(B) | 345.21º | 0.69% | 0.84% | - |
| XYZ | 31.9 | 19.14 | 14.85 | - |
| YUV | 114.76 | 121.37 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 67 | 103 | 0 | 0.69 | 0.52 | 0.16 | 345.21 | 0.63 | 0.55 |
| Hex | D5 | 43 | 67 | 0 | 45 | 34 | 10 | 159 | 3F | 37 |
| Octal | 325 | 103 | 147 | 0 | 105 | 64 | 20 | 531 | 77 | 67 |
| Binary | 11010101 | 1000011 | 1100111 | 0 | 1000101 | 110100 | 10000 | 101011001 | 111111 | 110111 |
Color Harmonies of #D54367
Complementary color
Monochromatic Colors of #D54367
Black with #D54367
Text Example
Text Example
White with #D54367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54367; }
p { color: rgb(213,67,103); }
H1.HeaderClassName
{
color: #D54367;
}
.AnyTagClassName
{
color: #D54367;
}
</style>
background-color css
<style>
a { background-color: #D54367; }
a { background-color: rgb(213,67,103); }
div.DivClassName
{
background-color: #D54367;
}
.BgClassName
{
background-color: #D54367;
}
</style>
border-color css
<style>
span { border-color: #D54367; }
span { border-color: rgb(213,67,103); }
td.TdClassName
{
border-color: #D54367;
}
.TagClassName
{
border-color: #D54367;
}
</style>