Shades of Cabaret #D65973
Tints of Cabaret #D65973
RGB
CMYK
RGB Variations
Color information
#D65973 (or 0xD65973) is known color: Cabaret. HEX triplet: D6, 59 and 73. RGB value is (214,89,115). Sum of RGB (Red+Green+Blue) = 214+89+115=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D65973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65973 is #29A68C. Grayscale: #818181. Windows color (decimal): -2729613 or 7559638. OLE color: 7559638.
HSL color Cylindrical-coordinate representation of color #D65973: hue angle of 347.52º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65973 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 115 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.16 |
| HSL | 347.52º | 0.6% | 0.59% | - |
| HSV(B) | 347.52º | 0.58% | 0.84% | - |
| XYZ | 34.4 | 22.68 | 18.78 | - |
| YUV | 129.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 115 | 0 | 0.58 | 0.46 | 0.16 | 347.52 | 0.6 | 0.59 |
| Hex | D6 | 59 | 73 | 0 | 3A | 2E | 10 | 15C | 3C | 3B |
| Octal | 326 | 131 | 163 | 0 | 72 | 56 | 20 | 534 | 74 | 73 |
| Binary | 11010110 | 1011001 | 1110011 | 0 | 111010 | 101110 | 10000 | 101011100 | 111100 | 111011 |
Color Harmonies of #D65973
Complementary color
Monochromatic Colors of #D65973
Black with #D65973
Text Example
Text Example
White with #D65973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65973; }
p { color: rgb(214,89,115); }
H1.HeaderClassName
{
color: #D65973;
}
.AnyTagClassName
{
color: #D65973;
}
</style>
background-color css
<style>
a { background-color: #D65973; }
a { background-color: rgb(214,89,115); }
div.DivClassName
{
background-color: #D65973;
}
.BgClassName
{
background-color: #D65973;
}
</style>
border-color css
<style>
span { border-color: #D65973; }
span { border-color: rgb(214,89,115); }
td.TdClassName
{
border-color: #D65973;
}
.TagClassName
{
border-color: #D65973;
}
</style>