Shades of Cabaret #D74467
Tints of Cabaret #D74467
RGB
CMYK
RGB Variations
Color information
#D74467 (or 0xD74467) is known color: Cabaret. HEX triplet: D7, 44 and 67. RGB value is (215,68,103). Sum of RGB (Red+Green+Blue) = 215+68+103=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D74467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74467 is #28BB98. Grayscale: #737373. Windows color (decimal): -2669465 or 6767831. OLE color: 6767831.
HSL color Cylindrical-coordinate representation of color #D74467: hue angle of 345.71º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74467 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 103 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.16 |
| HSL | 345.71º | 0.65% | 0.55% | - |
| HSV(B) | 345.71º | 0.68% | 0.84% | - |
| XYZ | 32.54 | 19.56 | 14.89 | - |
| YUV | 115.94 | 120.7 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 103 | 0 | 0.68 | 0.52 | 0.16 | 345.71 | 0.65 | 0.55 |
| Hex | D7 | 44 | 67 | 0 | 44 | 34 | 10 | 15A | 41 | 37 |
| Octal | 327 | 104 | 147 | 0 | 104 | 64 | 20 | 532 | 101 | 67 |
| Binary | 11010111 | 1000100 | 1100111 | 0 | 1000100 | 110100 | 10000 | 101011010 | 1000001 | 110111 |
Color Harmonies of #D74467
Complementary color
Monochromatic Colors of #D74467
Black with #D74467
Text Example
Text Example
White with #D74467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74467; }
p { color: rgb(215,68,103); }
H1.HeaderClassName
{
color: #D74467;
}
.AnyTagClassName
{
color: #D74467;
}
</style>
background-color css
<style>
a { background-color: #D74467; }
a { background-color: rgb(215,68,103); }
div.DivClassName
{
background-color: #D74467;
}
.BgClassName
{
background-color: #D74467;
}
</style>
border-color css
<style>
span { border-color: #D74467; }
span { border-color: rgb(215,68,103); }
td.TdClassName
{
border-color: #D74467;
}
.TagClassName
{
border-color: #D74467;
}
</style>