Shades of Cabaret #D65565
Tints of Cabaret #D65565
RGB
CMYK
RGB Variations
Color information
#D65565 (or 0xD65565) is known color: Cabaret. HEX triplet: D6, 55 and 65. RGB value is (214,85,101). Sum of RGB (Red+Green+Blue) = 214+85+101=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D65565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65565 is #29AA9A. Grayscale: #7D7D7D. Windows color (decimal): -2730651 or 6641110. OLE color: 6641110.
HSL color Cylindrical-coordinate representation of color #D65565: hue angle of 352.56º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65565 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 101 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.16 |
| HSL | 352.56º | 0.61% | 0.59% | - |
| HSV(B) | 352.56º | 0.6% | 0.84% | - |
| XYZ | 33.33 | 21.73 | 14.75 | - |
| YUV | 125.4 | 114.24 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 101 | 0 | 0.60 | 0.53 | 0.16 | 352.56 | 0.61 | 0.59 |
| Hex | D6 | 55 | 65 | 0 | 3C | 35 | 10 | 161 | 3D | 3B |
| Octal | 326 | 125 | 145 | 0 | 74 | 65 | 20 | 541 | 75 | 73 |
| Binary | 11010110 | 1010101 | 1100101 | 0 | 111100 | 110101 | 10000 | 101100001 | 111101 | 111011 |
Color Harmonies of #D65565
Complementary color
Monochromatic Colors of #D65565
Black with #D65565
Text Example
Text Example
White with #D65565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65565; }
p { color: rgb(214,85,101); }
H1.HeaderClassName
{
color: #D65565;
}
.AnyTagClassName
{
color: #D65565;
}
</style>
background-color css
<style>
a { background-color: #D65565; }
a { background-color: rgb(214,85,101); }
div.DivClassName
{
background-color: #D65565;
}
.BgClassName
{
background-color: #D65565;
}
</style>
border-color css
<style>
span { border-color: #D65565; }
span { border-color: rgb(214,85,101); }
td.TdClassName
{
border-color: #D65565;
}
.TagClassName
{
border-color: #D65565;
}
</style>