Shades of Cabaret #D64667
Tints of Cabaret #D64667
RGB
CMYK
RGB Variations
Color information
#D64667 (or 0xD64667) is known color: Cabaret. HEX triplet: D6, 46 and 67. RGB value is (214,70,103). Sum of RGB (Red+Green+Blue) = 214+70+103=387 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.30% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 214 - color contains mainly: red. Hex color #D64667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64667 is #29B998. Grayscale: #747474. Windows color (decimal): -2734489 or 6768342. OLE color: 6768342.
HSL color Cylindrical-coordinate representation of color #D64667: hue angle of 346.25º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64667 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 103 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.16 |
| HSL | 346.25º | 0.64% | 0.56% | - |
| HSV(B) | 346.25º | 0.67% | 0.84% | - |
| XYZ | 32.37 | 19.66 | 14.92 | - |
| YUV | 116.82 | 120.21 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 103 | 0 | 0.67 | 0.52 | 0.16 | 346.25 | 0.64 | 0.56 |
| Hex | D6 | 46 | 67 | 0 | 43 | 34 | 10 | 15A | 40 | 38 |
| Octal | 326 | 106 | 147 | 0 | 103 | 64 | 20 | 532 | 100 | 70 |
| Binary | 11010110 | 1000110 | 1100111 | 0 | 1000011 | 110100 | 10000 | 101011010 | 1000000 | 111000 |
Color Harmonies of #D64667
Complementary color
Monochromatic Colors of #D64667
Black with #D64667
Text Example
Text Example
White with #D64667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64667; }
p { color: rgb(214,70,103); }
H1.HeaderClassName
{
color: #D64667;
}
.AnyTagClassName
{
color: #D64667;
}
</style>
background-color css
<style>
a { background-color: #D64667; }
a { background-color: rgb(214,70,103); }
div.DivClassName
{
background-color: #D64667;
}
.BgClassName
{
background-color: #D64667;
}
</style>
border-color css
<style>
span { border-color: #D64667; }
span { border-color: rgb(214,70,103); }
td.TdClassName
{
border-color: #D64667;
}
.TagClassName
{
border-color: #D64667;
}
</style>