Shades of Cabaret #D65068
Tints of Cabaret #D65068
RGB
CMYK
RGB Variations
Color information
#D65068 (or 0xD65068) is known color: Cabaret. HEX triplet: D6, 50 and 68. RGB value is (214,80,104). Sum of RGB (Red+Green+Blue) = 214+80+104=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D65068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65068 is #29AF97. Grayscale: #7A7A7A. Windows color (decimal): -2731928 or 6836438. OLE color: 6836438.
HSL color Cylindrical-coordinate representation of color #D65068: hue angle of 349.25º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65068 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 104 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.16 |
| HSL | 349.25º | 0.62% | 0.58% | - |
| HSV(B) | 349.25º | 0.63% | 0.84% | - |
| XYZ | 33.1 | 21.03 | 15.41 | - |
| YUV | 122.8 | 117.39 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 104 | 0 | 0.63 | 0.51 | 0.16 | 349.25 | 0.62 | 0.58 |
| Hex | D6 | 50 | 68 | 0 | 3F | 33 | 10 | 15D | 3E | 3A |
| Octal | 326 | 120 | 150 | 0 | 77 | 63 | 20 | 535 | 76 | 72 |
| Binary | 11010110 | 1010000 | 1101000 | 0 | 111111 | 110011 | 10000 | 101011101 | 111110 | 111010 |
Color Harmonies of #D65068
Complementary color
Monochromatic Colors of #D65068
Black with #D65068
Text Example
Text Example
White with #D65068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65068; }
p { color: rgb(214,80,104); }
H1.HeaderClassName
{
color: #D65068;
}
.AnyTagClassName
{
color: #D65068;
}
</style>
background-color css
<style>
a { background-color: #D65068; }
a { background-color: rgb(214,80,104); }
div.DivClassName
{
background-color: #D65068;
}
.BgClassName
{
background-color: #D65068;
}
</style>
border-color css
<style>
span { border-color: #D65068; }
span { border-color: rgb(214,80,104); }
td.TdClassName
{
border-color: #D65068;
}
.TagClassName
{
border-color: #D65068;
}
</style>