Shades of Cabaret #D14467
Tints of Cabaret #D14467
RGB
CMYK
RGB Variations
Color information
#D14467 (or 0xD14467) is known color: Cabaret. HEX triplet: D1, 44 and 67. RGB value is (209,68,103). Sum of RGB (Red+Green+Blue) = 209+68+103=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D14467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14467 is #2EBB98. Grayscale: #727272. Windows color (decimal): -3062681 or 6767825. OLE color: 6767825.
HSL color Cylindrical-coordinate representation of color #D14467: hue angle of 345.11º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14467 is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 103 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.18 |
| HSL | 345.11º | 0.61% | 0.54% | - |
| HSV(B) | 345.11º | 0.67% | 0.82% | - |
| XYZ | 30.81 | 18.67 | 14.81 | - |
| YUV | 114.15 | 121.71 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 103 | 0 | 0.67 | 0.51 | 0.18 | 345.11 | 0.61 | 0.54 |
| Hex | D1 | 44 | 67 | 0 | 43 | 33 | 12 | 159 | 3D | 36 |
| Octal | 321 | 104 | 147 | 0 | 103 | 63 | 22 | 531 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1100111 | 0 | 1000011 | 110011 | 10010 | 101011001 | 111101 | 110110 |
Color Harmonies of #D14467
Complementary color
Monochromatic Colors of #D14467
Black with #D14467
Text Example
Text Example
White with #D14467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14467; }
p { color: rgb(209,68,103); }
H1.HeaderClassName
{
color: #D14467;
}
.AnyTagClassName
{
color: #D14467;
}
</style>
background-color css
<style>
a { background-color: #D14467; }
a { background-color: rgb(209,68,103); }
div.DivClassName
{
background-color: #D14467;
}
.BgClassName
{
background-color: #D14467;
}
</style>
border-color css
<style>
span { border-color: #D14467; }
span { border-color: rgb(209,68,103); }
td.TdClassName
{
border-color: #D14467;
}
.TagClassName
{
border-color: #D14467;
}
</style>