Shades of Cabaret #D54967
Tints of Cabaret #D54967
RGB
CMYK
RGB Variations
Color information
#D54967 (or 0xD54967) is known color: Cabaret. HEX triplet: D5, 49 and 67. RGB value is (213,73,103). Sum of RGB (Red+Green+Blue) = 213+73+103=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D54967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54967 is #2AB698. Grayscale: #767676. Windows color (decimal): -2799257 or 6769109. OLE color: 6769109.
HSL color Cylindrical-coordinate representation of color #D54967: hue angle of 347.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54967 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 103 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.16 |
| HSL | 347.14º | 0.63% | 0.56% | - |
| HSV(B) | 347.14º | 0.66% | 0.84% | - |
| XYZ | 32.27 | 19.89 | 14.97 | - |
| YUV | 118.28 | 119.38 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 103 | 0 | 0.66 | 0.52 | 0.16 | 347.14 | 0.63 | 0.56 |
| Hex | D5 | 49 | 67 | 0 | 42 | 34 | 10 | 15B | 3E | 38 |
| Octal | 325 | 111 | 147 | 0 | 102 | 64 | 20 | 533 | 76 | 70 |
| Binary | 11010101 | 1001001 | 1100111 | 0 | 1000010 | 110100 | 10000 | 101011011 | 111110 | 111000 |
Color Harmonies of #D54967
Complementary color
Monochromatic Colors of #D54967
Black with #D54967
Text Example
Text Example
White with #D54967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54967; }
p { color: rgb(213,73,103); }
H1.HeaderClassName
{
color: #D54967;
}
.AnyTagClassName
{
color: #D54967;
}
</style>
background-color css
<style>
a { background-color: #D54967; }
a { background-color: rgb(213,73,103); }
div.DivClassName
{
background-color: #D54967;
}
.BgClassName
{
background-color: #D54967;
}
</style>
border-color css
<style>
span { border-color: #D54967; }
span { border-color: rgb(213,73,103); }
td.TdClassName
{
border-color: #D54967;
}
.TagClassName
{
border-color: #D54967;
}
</style>