Shades of Cabaret #D64269
Tints of Cabaret #D64269
RGB
CMYK
RGB Variations
Color information
#D64269 (or 0xD64269) is known color: Cabaret. HEX triplet: D6, 42 and 69. RGB value is (214,66,105). Sum of RGB (Red+Green+Blue) = 214+66+105=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D64269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64269 is #29BD96. Grayscale: #727272. Windows color (decimal): -2735511 or 6898390. OLE color: 6898390.
HSL color Cylindrical-coordinate representation of color #D64269: hue angle of 344.19º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64269 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 105 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.16 |
| HSL | 344.19º | 0.64% | 0.55% | - |
| HSV(B) | 344.19º | 0.69% | 0.84% | - |
| XYZ | 32.23 | 19.21 | 15.37 | - |
| YUV | 114.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 105 | 0 | 0.69 | 0.51 | 0.16 | 344.19 | 0.64 | 0.55 |
| Hex | D6 | 42 | 69 | 0 | 45 | 33 | 10 | 158 | 40 | 37 |
| Octal | 326 | 102 | 151 | 0 | 105 | 63 | 20 | 530 | 100 | 67 |
| Binary | 11010110 | 1000010 | 1101001 | 0 | 1000101 | 110011 | 10000 | 101011000 | 1000000 | 110111 |
Color Harmonies of #D64269
Complementary color
Monochromatic Colors of #D64269
Black with #D64269
Text Example
Text Example
White with #D64269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64269; }
p { color: rgb(214,66,105); }
H1.HeaderClassName
{
color: #D64269;
}
.AnyTagClassName
{
color: #D64269;
}
</style>
background-color css
<style>
a { background-color: #D64269; }
a { background-color: rgb(214,66,105); }
div.DivClassName
{
background-color: #D64269;
}
.BgClassName
{
background-color: #D64269;
}
</style>
border-color css
<style>
span { border-color: #D64269; }
span { border-color: rgb(214,66,105); }
td.TdClassName
{
border-color: #D64269;
}
.TagClassName
{
border-color: #D64269;
}
</style>