Shades of Cabaret #D14265
Tints of Cabaret #D14265
RGB
CMYK
RGB Variations
Color information
#D14265 (or 0xD14265) is known color: Cabaret. HEX triplet: D1, 42 and 65. RGB value is (209,66,101). Sum of RGB (Red+Green+Blue) = 209+66+101=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D14265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14265 is #2EBD9A. Grayscale: #707070. Windows color (decimal): -3063195 or 6636241. OLE color: 6636241.
HSL color Cylindrical-coordinate representation of color #D14265: hue angle of 345.31º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14265 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 66 | 101 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.18 |
| HSL | 345.31º | 0.61% | 0.54% | - |
| HSV(B) | 345.31º | 0.68% | 0.82% | - |
| XYZ | 30.59 | 18.39 | 14.25 | - |
| YUV | 112.75 | 121.38 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 66 | 101 | 0 | 0.68 | 0.52 | 0.18 | 345.31 | 0.61 | 0.54 |
| Hex | D1 | 42 | 65 | 0 | 44 | 34 | 12 | 159 | 3D | 36 |
| Octal | 321 | 102 | 145 | 0 | 104 | 64 | 22 | 531 | 75 | 66 |
| Binary | 11010001 | 1000010 | 1100101 | 0 | 1000100 | 110100 | 10010 | 101011001 | 111101 | 110110 |
Color Harmonies of #D14265
Complementary color
Monochromatic Colors of #D14265
Black with #D14265
Text Example
Text Example
White with #D14265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14265; }
p { color: rgb(209,66,101); }
H1.HeaderClassName
{
color: #D14265;
}
.AnyTagClassName
{
color: #D14265;
}
</style>
background-color css
<style>
a { background-color: #D14265; }
a { background-color: rgb(209,66,101); }
div.DivClassName
{
background-color: #D14265;
}
.BgClassName
{
background-color: #D14265;
}
</style>
border-color css
<style>
span { border-color: #D14265; }
span { border-color: rgb(209,66,101); }
td.TdClassName
{
border-color: #D14265;
}
.TagClassName
{
border-color: #D14265;
}
</style>