Shades of Cabaret #D65669
Tints of Cabaret #D65669
RGB
CMYK
RGB Variations
Color information
#D65669 (or 0xD65669) is known color: Cabaret. HEX triplet: D6, 56 and 69. RGB value is (214,86,105). Sum of RGB (Red+Green+Blue) = 214+86+105=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D65669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65669 is #29A996. Grayscale: #7E7E7E. Windows color (decimal): -2730391 or 6903510. OLE color: 6903510.
HSL color Cylindrical-coordinate representation of color #D65669: hue angle of 351.09º 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 #D65669 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 105 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.16 |
| HSL | 351.09º | 0.61% | 0.59% | - |
| HSV(B) | 351.09º | 0.6% | 0.84% | - |
| XYZ | 33.61 | 21.97 | 15.83 | - |
| YUV | 126.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 105 | 0 | 0.60 | 0.51 | 0.16 | 351.09 | 0.61 | 0.59 |
| Hex | D6 | 56 | 69 | 0 | 3C | 33 | 10 | 15F | 3D | 3B |
| Octal | 326 | 126 | 151 | 0 | 74 | 63 | 20 | 537 | 75 | 73 |
| Binary | 11010110 | 1010110 | 1101001 | 0 | 111100 | 110011 | 10000 | 101011111 | 111101 | 111011 |
Color Harmonies of #D65669
Complementary color
Monochromatic Colors of #D65669
Black with #D65669
Text Example
Text Example
White with #D65669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65669; }
p { color: rgb(214,86,105); }
H1.HeaderClassName
{
color: #D65669;
}
.AnyTagClassName
{
color: #D65669;
}
</style>
background-color css
<style>
a { background-color: #D65669; }
a { background-color: rgb(214,86,105); }
div.DivClassName
{
background-color: #D65669;
}
.BgClassName
{
background-color: #D65669;
}
</style>
border-color css
<style>
span { border-color: #D65669; }
span { border-color: rgb(214,86,105); }
td.TdClassName
{
border-color: #D65669;
}
.TagClassName
{
border-color: #D65669;
}
</style>