Shades of Cabaret #D65869
Tints of Cabaret #D65869
RGB
CMYK
RGB Variations
Color information
#D65869 (or 0xD65869) is known color: Cabaret. HEX triplet: D6, 58 and 69. RGB value is (214,88,105). Sum of RGB (Red+Green+Blue) = 214+88+105=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D65869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65869 is #29A796. Grayscale: #7F7F7F. Windows color (decimal): -2729879 or 6904022. OLE color: 6904022.
HSL color Cylindrical-coordinate representation of color #D65869: hue angle of 351.9º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65869 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 105 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.16 |
| HSL | 351.9º | 0.61% | 0.59% | - |
| HSV(B) | 351.9º | 0.59% | 0.84% | - |
| XYZ | 33.77 | 22.3 | 15.89 | - |
| YUV | 127.61 | 115.24 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 105 | 0 | 0.59 | 0.51 | 0.16 | 351.9 | 0.61 | 0.59 |
| Hex | D6 | 58 | 69 | 0 | 3B | 33 | 10 | 160 | 3D | 3B |
| Octal | 326 | 130 | 151 | 0 | 73 | 63 | 20 | 540 | 75 | 73 |
| Binary | 11010110 | 1011000 | 1101001 | 0 | 111011 | 110011 | 10000 | 101100000 | 111101 | 111011 |
Color Harmonies of #D65869
Complementary color
Monochromatic Colors of #D65869
Black with #D65869
Text Example
Text Example
White with #D65869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65869; }
p { color: rgb(214,88,105); }
H1.HeaderClassName
{
color: #D65869;
}
.AnyTagClassName
{
color: #D65869;
}
</style>
background-color css
<style>
a { background-color: #D65869; }
a { background-color: rgb(214,88,105); }
div.DivClassName
{
background-color: #D65869;
}
.BgClassName
{
background-color: #D65869;
}
</style>
border-color css
<style>
span { border-color: #D65869; }
span { border-color: rgb(214,88,105); }
td.TdClassName
{
border-color: #D65869;
}
.TagClassName
{
border-color: #D65869;
}
</style>