Shades of Cabaret #D14469
Tints of Cabaret #D14469
RGB
CMYK
RGB Variations
Color information
#D14469 (or 0xD14469) is known color: Cabaret. HEX triplet: D1, 44 and 69. RGB value is (209,68,105). Sum of RGB (Red+Green+Blue) = 209+68+105=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D14469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14469 is #2EBB96. Grayscale: #727272. Windows color (decimal): -3062679 or 6898897. OLE color: 6898897.
HSL color Cylindrical-coordinate representation of color #D14469: hue angle of 344.26º 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 #D14469 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 105 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.18 |
| HSL | 344.26º | 0.61% | 0.54% | - |
| HSV(B) | 344.26º | 0.67% | 0.82% | - |
| XYZ | 30.91 | 18.71 | 15.35 | - |
| YUV | 114.38 | 122.71 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 105 | 0 | 0.67 | 0.50 | 0.18 | 344.26 | 0.61 | 0.54 |
| Hex | D1 | 44 | 69 | 0 | 43 | 32 | 12 | 158 | 3D | 36 |
| Octal | 321 | 104 | 151 | 0 | 103 | 62 | 22 | 530 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1101001 | 0 | 1000011 | 110010 | 10010 | 101011000 | 111101 | 110110 |
Color Harmonies of #D14469
Complementary color
Monochromatic Colors of #D14469
Black with #D14469
Text Example
Text Example
White with #D14469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14469; }
p { color: rgb(209,68,105); }
H1.HeaderClassName
{
color: #D14469;
}
.AnyTagClassName
{
color: #D14469;
}
</style>
background-color css
<style>
a { background-color: #D14469; }
a { background-color: rgb(209,68,105); }
div.DivClassName
{
background-color: #D14469;
}
.BgClassName
{
background-color: #D14469;
}
</style>
border-color css
<style>
span { border-color: #D14469; }
span { border-color: rgb(209,68,105); }
td.TdClassName
{
border-color: #D14469;
}
.TagClassName
{
border-color: #D14469;
}
</style>