Shades of Cabaret #D65569
Tints of Cabaret #D65569
RGB
CMYK
RGB Variations
Color information
#D65569 (or 0xD65569) is known color: Cabaret. HEX triplet: D6, 55 and 69. RGB value is (214,85,105). Sum of RGB (Red+Green+Blue) = 214+85+105=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D65569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65569 is #29AA96. Grayscale: #7D7D7D. Windows color (decimal): -2730647 or 6903254. OLE color: 6903254.
HSL color Cylindrical-coordinate representation of color #D65569: hue angle of 350.7º 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 #D65569 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 85 | 105 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.16 |
| HSL | 350.7º | 0.61% | 0.59% | - |
| HSV(B) | 350.7º | 0.6% | 0.84% | - |
| XYZ | 33.53 | 21.81 | 15.81 | - |
| YUV | 125.85 | 116.24 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 85 | 105 | 0 | 0.60 | 0.51 | 0.16 | 350.7 | 0.61 | 0.59 |
| Hex | D6 | 55 | 69 | 0 | 3C | 33 | 10 | 15F | 3D | 3B |
| Octal | 326 | 125 | 151 | 0 | 74 | 63 | 20 | 537 | 75 | 73 |
| Binary | 11010110 | 1010101 | 1101001 | 0 | 111100 | 110011 | 10000 | 101011111 | 111101 | 111011 |
Color Harmonies of #D65569
Complementary color
Monochromatic Colors of #D65569
Black with #D65569
Text Example
Text Example
White with #D65569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65569; }
p { color: rgb(214,85,105); }
H1.HeaderClassName
{
color: #D65569;
}
.AnyTagClassName
{
color: #D65569;
}
</style>
background-color css
<style>
a { background-color: #D65569; }
a { background-color: rgb(214,85,105); }
div.DivClassName
{
background-color: #D65569;
}
.BgClassName
{
background-color: #D65569;
}
</style>
border-color css
<style>
span { border-color: #D65569; }
span { border-color: rgb(214,85,105); }
td.TdClassName
{
border-color: #D65569;
}
.TagClassName
{
border-color: #D65569;
}
</style>