Shades of Cabaret #D54A67
Tints of Cabaret #D54A67
RGB
CMYK
RGB Variations
Color information
#D54A67 (or 0xD54A67) is known color: Cabaret. HEX triplet: D5, 4A and 67. RGB value is (213,74,103). Sum of RGB (Red+Green+Blue) = 213+74+103=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 103 (40.62% from 255 or 26.41% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A67 is #2AB598. Grayscale: #767676. Windows color (decimal): -2799001 or 6769365. OLE color: 6769365.
HSL color Cylindrical-coordinate representation of color #D54A67: hue angle of 347.48º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54A67 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 103 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.16 |
| HSL | 347.48º | 0.62% | 0.56% | - |
| HSV(B) | 347.48º | 0.65% | 0.84% | - |
| XYZ | 32.34 | 20.02 | 14.99 | - |
| YUV | 118.87 | 119.05 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 103 | 0 | 0.65 | 0.52 | 0.16 | 347.48 | 0.62 | 0.56 |
| Hex | D5 | 4A | 67 | 0 | 41 | 34 | 10 | 15B | 3E | 38 |
| Octal | 325 | 112 | 147 | 0 | 101 | 64 | 20 | 533 | 76 | 70 |
| Binary | 11010101 | 1001010 | 1100111 | 0 | 1000001 | 110100 | 10000 | 101011011 | 111110 | 111000 |
Color Harmonies of #D54A67
Complementary color
Monochromatic Colors of #D54A67
Black with #D54A67
Text Example
Text Example
White with #D54A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A67; }
p { color: rgb(213,74,103); }
H1.HeaderClassName
{
color: #D54A67;
}
.AnyTagClassName
{
color: #D54A67;
}
</style>
background-color css
<style>
a { background-color: #D54A67; }
a { background-color: rgb(213,74,103); }
div.DivClassName
{
background-color: #D54A67;
}
.BgClassName
{
background-color: #D54A67;
}
</style>
border-color css
<style>
span { border-color: #D54A67; }
span { border-color: rgb(213,74,103); }
td.TdClassName
{
border-color: #D54A67;
}
.TagClassName
{
border-color: #D54A67;
}
</style>