Shades of Cabaret #D64B6D
Tints of Cabaret #D64B6D
RGB
CMYK
RGB Variations
Color information
#D64B6D (or 0xD64B6D) is known color: Cabaret. HEX triplet: D6, 4B and 6D. RGB value is (214,75,109). Sum of RGB (Red+Green+Blue) = 214+75+109=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64B6D is #29B492. Grayscale: #787878. Windows color (decimal): -2733203 or 7162838. OLE color: 7162838.
HSL color Cylindrical-coordinate representation of color #D64B6D: hue angle of 345.32º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64B6D is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 109 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.16 |
| HSL | 345.32º | 0.63% | 0.57% | - |
| HSV(B) | 345.32º | 0.65% | 0.84% | - |
| XYZ | 33.01 | 20.43 | 16.67 | - |
| YUV | 120.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 109 | 0 | 0.65 | 0.49 | 0.16 | 345.32 | 0.63 | 0.57 |
| Hex | D6 | 4B | 6D | 0 | 41 | 31 | 10 | 159 | 3F | 39 |
| Octal | 326 | 113 | 155 | 0 | 101 | 61 | 20 | 531 | 77 | 71 |
| Binary | 11010110 | 1001011 | 1101101 | 0 | 1000001 | 110001 | 10000 | 101011001 | 111111 | 111001 |
Color Harmonies of #D64B6D
Complementary color
Monochromatic Colors of #D64B6D
Black with #D64B6D
Text Example
Text Example
White with #D64B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B6D; }
p { color: rgb(214,75,109); }
H1.HeaderClassName
{
color: #D64B6D;
}
.AnyTagClassName
{
color: #D64B6D;
}
</style>
background-color css
<style>
a { background-color: #D64B6D; }
a { background-color: rgb(214,75,109); }
div.DivClassName
{
background-color: #D64B6D;
}
.BgClassName
{
background-color: #D64B6D;
}
</style>
border-color css
<style>
span { border-color: #D64B6D; }
span { border-color: rgb(214,75,109); }
td.TdClassName
{
border-color: #D64B6D;
}
.TagClassName
{
border-color: #D64B6D;
}
</style>