Shades of Cabaret #D04065
Tints of Cabaret #D04065
RGB
CMYK
RGB Variations
Color information
#D04065 (or 0xD04065) is known color: Cabaret. HEX triplet: D0, 40 and 65. RGB value is (208,64,101). Sum of RGB (Red+Green+Blue) = 208+64+101=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D04065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04065 is #2FBF9A. Grayscale: #6F6F6F. Windows color (decimal): -3129243 or 6635728. OLE color: 6635728.
HSL color Cylindrical-coordinate representation of color #D04065: hue angle of 344.58º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04065 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 101 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.18 |
| HSL | 344.58º | 0.61% | 0.53% | - |
| HSV(B) | 344.58º | 0.69% | 0.82% | - |
| XYZ | 30.19 | 18.02 | 14.2 | - |
| YUV | 111.27 | 122.21 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 101 | 0 | 0.69 | 0.51 | 0.18 | 344.58 | 0.61 | 0.53 |
| Hex | D0 | 40 | 65 | 0 | 45 | 33 | 12 | 159 | 3D | 35 |
| Octal | 320 | 100 | 145 | 0 | 105 | 63 | 22 | 531 | 75 | 65 |
| Binary | 11010000 | 1000000 | 1100101 | 0 | 1000101 | 110011 | 10010 | 101011001 | 111101 | 110101 |
Color Harmonies of #D04065
Complementary color
Monochromatic Colors of #D04065
Black with #D04065
Text Example
Text Example
White with #D04065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04065; }
p { color: rgb(208,64,101); }
H1.HeaderClassName
{
color: #D04065;
}
.AnyTagClassName
{
color: #D04065;
}
</style>
background-color css
<style>
a { background-color: #D04065; }
a { background-color: rgb(208,64,101); }
div.DivClassName
{
background-color: #D04065;
}
.BgClassName
{
background-color: #D04065;
}
</style>
border-color css
<style>
span { border-color: #D04065; }
span { border-color: rgb(208,64,101); }
td.TdClassName
{
border-color: #D04065;
}
.TagClassName
{
border-color: #D04065;
}
</style>