Shades of Cabaret #D65770
Tints of Cabaret #D65770
RGB
CMYK
RGB Variations
Color information
#D65770 (or 0xD65770) is known color: Cabaret. HEX triplet: D6, 57 and 70. RGB value is (214,87,112). Sum of RGB (Red+Green+Blue) = 214+87+112=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D65770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65770 is #29A88F. Grayscale: #7F7F7F. Windows color (decimal): -2730128 or 7362518. OLE color: 7362518.
HSL color Cylindrical-coordinate representation of color #D65770: hue angle of 348.19º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65770 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 112 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.16 |
| HSL | 348.19º | 0.61% | 0.59% | - |
| HSV(B) | 348.19º | 0.59% | 0.84% | - |
| XYZ | 34.06 | 22.28 | 17.83 | - |
| YUV | 127.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 112 | 0 | 0.59 | 0.48 | 0.16 | 348.19 | 0.61 | 0.59 |
| Hex | D6 | 57 | 70 | 0 | 3B | 30 | 10 | 15C | 3D | 3B |
| Octal | 326 | 127 | 160 | 0 | 73 | 60 | 20 | 534 | 75 | 73 |
| Binary | 11010110 | 1010111 | 1110000 | 0 | 111011 | 110000 | 10000 | 101011100 | 111101 | 111011 |
Color Harmonies of #D65770
Complementary color
Monochromatic Colors of #D65770
Black with #D65770
Text Example
Text Example
White with #D65770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65770; }
p { color: rgb(214,87,112); }
H1.HeaderClassName
{
color: #D65770;
}
.AnyTagClassName
{
color: #D65770;
}
</style>
background-color css
<style>
a { background-color: #D65770; }
a { background-color: rgb(214,87,112); }
div.DivClassName
{
background-color: #D65770;
}
.BgClassName
{
background-color: #D65770;
}
</style>
border-color css
<style>
span { border-color: #D65770; }
span { border-color: rgb(214,87,112); }
td.TdClassName
{
border-color: #D65770;
}
.TagClassName
{
border-color: #D65770;
}
</style>