Shades of Cabaret #D65268
Tints of Cabaret #D65268
RGB
CMYK
RGB Variations
Color information
#D65268 (or 0xD65268) is known color: Cabaret. HEX triplet: D6, 52 and 68. RGB value is (214,82,104). Sum of RGB (Red+Green+Blue) = 214+82+104=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D65268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65268 is #29AD97. Grayscale: #7C7C7C. Windows color (decimal): -2731416 or 6836950. OLE color: 6836950.
HSL color Cylindrical-coordinate representation of color #D65268: hue angle of 350º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65268 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 82 | 104 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.16 |
| HSL | 350º | 0.62% | 0.58% | - |
| HSV(B) | 350º | 0.62% | 0.84% | - |
| XYZ | 33.25 | 21.33 | 15.46 | - |
| YUV | 123.98 | 116.73 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 82 | 104 | 0 | 0.62 | 0.51 | 0.16 | 350 | 0.62 | 0.58 |
| Hex | D6 | 52 | 68 | 0 | 3E | 33 | 10 | 15E | 3E | 3A |
| Octal | 326 | 122 | 150 | 0 | 76 | 63 | 20 | 536 | 76 | 72 |
| Binary | 11010110 | 1010010 | 1101000 | 0 | 111110 | 110011 | 10000 | 101011110 | 111110 | 111010 |
Color Harmonies of #D65268
Complementary color
Monochromatic Colors of #D65268
Black with #D65268
Text Example
Text Example
White with #D65268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65268; }
p { color: rgb(214,82,104); }
H1.HeaderClassName
{
color: #D65268;
}
.AnyTagClassName
{
color: #D65268;
}
</style>
background-color css
<style>
a { background-color: #D65268; }
a { background-color: rgb(214,82,104); }
div.DivClassName
{
background-color: #D65268;
}
.BgClassName
{
background-color: #D65268;
}
</style>
border-color css
<style>
span { border-color: #D65268; }
span { border-color: rgb(214,82,104); }
td.TdClassName
{
border-color: #D65268;
}
.TagClassName
{
border-color: #D65268;
}
</style>