Shades of Cabaret #D0446E
Tints of Cabaret #D0446E
RGB
CMYK
RGB Variations
Color information
#D0446E (or 0xD0446E) is known color: Cabaret. HEX triplet: D0, 44 and 6E. RGB value is (208,68,110). Sum of RGB (Red+Green+Blue) = 208+68+110=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0446E is #2FBB91. Grayscale: #727272. Windows color (decimal): -3128210 or 7226576. OLE color: 7226576.
HSL color Cylindrical-coordinate representation of color #D0446E: hue angle of 342º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0446E is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 110 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.18 |
| HSL | 342º | 0.6% | 0.54% | - |
| HSV(B) | 342º | 0.67% | 0.82% | - |
| XYZ | 30.89 | 18.67 | 16.73 | - |
| YUV | 114.65 | 125.38 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 110 | 0 | 0.67 | 0.47 | 0.18 | 342 | 0.6 | 0.54 |
| Hex | D0 | 44 | 6E | 0 | 43 | 2F | 12 | 156 | 3C | 36 |
| Octal | 320 | 104 | 156 | 0 | 103 | 57 | 22 | 526 | 74 | 66 |
| Binary | 11010000 | 1000100 | 1101110 | 0 | 1000011 | 101111 | 10010 | 101010110 | 111100 | 110110 |
Color Harmonies of #D0446E
Complementary color
Monochromatic Colors of #D0446E
Black with #D0446E
Text Example
Text Example
White with #D0446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0446E; }
p { color: rgb(208,68,110); }
H1.HeaderClassName
{
color: #D0446E;
}
.AnyTagClassName
{
color: #D0446E;
}
</style>
background-color css
<style>
a { background-color: #D0446E; }
a { background-color: rgb(208,68,110); }
div.DivClassName
{
background-color: #D0446E;
}
.BgClassName
{
background-color: #D0446E;
}
</style>
border-color css
<style>
span { border-color: #D0446E; }
span { border-color: rgb(208,68,110); }
td.TdClassName
{
border-color: #D0446E;
}
.TagClassName
{
border-color: #D0446E;
}
</style>