Shades of Cabaret #D64267
Tints of Cabaret #D64267
RGB
CMYK
RGB Variations
Color information
#D64267 (or 0xD64267) is known color: Cabaret. HEX triplet: D6, 42 and 67. RGB value is (214,66,103). Sum of RGB (Red+Green+Blue) = 214+66+103=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D64267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64267 is #29BD98. Grayscale: #727272. Windows color (decimal): -2735513 or 6767318. OLE color: 6767318.
HSL color Cylindrical-coordinate representation of color #D64267: hue angle of 345º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64267 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 103 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.16 |
| HSL | 345º | 0.64% | 0.55% | - |
| HSV(B) | 345º | 0.69% | 0.84% | - |
| XYZ | 32.13 | 19.17 | 14.84 | - |
| YUV | 114.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 103 | 0 | 0.69 | 0.52 | 0.16 | 345 | 0.64 | 0.55 |
| Hex | D6 | 42 | 67 | 0 | 45 | 34 | 10 | 159 | 40 | 37 |
| Octal | 326 | 102 | 147 | 0 | 105 | 64 | 20 | 531 | 100 | 67 |
| Binary | 11010110 | 1000010 | 1100111 | 0 | 1000101 | 110100 | 10000 | 101011001 | 1000000 | 110111 |
Color Harmonies of #D64267
Complementary color
Monochromatic Colors of #D64267
Black with #D64267
Text Example
Text Example
White with #D64267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64267; }
p { color: rgb(214,66,103); }
H1.HeaderClassName
{
color: #D64267;
}
.AnyTagClassName
{
color: #D64267;
}
</style>
background-color css
<style>
a { background-color: #D64267; }
a { background-color: rgb(214,66,103); }
div.DivClassName
{
background-color: #D64267;
}
.BgClassName
{
background-color: #D64267;
}
</style>
border-color css
<style>
span { border-color: #D64267; }
span { border-color: rgb(214,66,103); }
td.TdClassName
{
border-color: #D64267;
}
.TagClassName
{
border-color: #D64267;
}
</style>