Shades of Cabaret #D04365
Tints of Cabaret #D04365
RGB
CMYK
RGB Variations
Color information
#D04365 (or 0xD04365) is known color: Cabaret. HEX triplet: D0, 43 and 65. RGB value is (208,67,101). Sum of RGB (Red+Green+Blue) = 208+67+101=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D04365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04365 is #2FBC9A. Grayscale: #717171. Windows color (decimal): -3128475 or 6636496. OLE color: 6636496.
HSL color Cylindrical-coordinate representation of color #D04365: hue angle of 345.53º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04365 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 67 | 101 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.18 |
| HSL | 345.53º | 0.6% | 0.54% | - |
| HSV(B) | 345.53º | 0.68% | 0.82% | - |
| XYZ | 30.37 | 18.36 | 14.26 | - |
| YUV | 113.04 | 121.21 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 67 | 101 | 0 | 0.68 | 0.51 | 0.18 | 345.53 | 0.6 | 0.54 |
| Hex | D0 | 43 | 65 | 0 | 44 | 33 | 12 | 15A | 3C | 36 |
| Octal | 320 | 103 | 145 | 0 | 104 | 63 | 22 | 532 | 74 | 66 |
| Binary | 11010000 | 1000011 | 1100101 | 0 | 1000100 | 110011 | 10010 | 101011010 | 111100 | 110110 |
Color Harmonies of #D04365
Complementary color
Monochromatic Colors of #D04365
Black with #D04365
Text Example
Text Example
White with #D04365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04365; }
p { color: rgb(208,67,101); }
H1.HeaderClassName
{
color: #D04365;
}
.AnyTagClassName
{
color: #D04365;
}
</style>
background-color css
<style>
a { background-color: #D04365; }
a { background-color: rgb(208,67,101); }
div.DivClassName
{
background-color: #D04365;
}
.BgClassName
{
background-color: #D04365;
}
</style>
border-color css
<style>
span { border-color: #D04365; }
span { border-color: rgb(208,67,101); }
td.TdClassName
{
border-color: #D04365;
}
.TagClassName
{
border-color: #D04365;
}
</style>