Shades of Cabaret #D0607A
Tints of Cabaret #D0607A
RGB
CMYK
RGB Variations
Color information
#D0607A (or 0xD0607A) is known color: Cabaret. HEX triplet: D0, 60 and 7A. RGB value is (208,96,122). Sum of RGB (Red+Green+Blue) = 208+96+122=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 96 (37.89% from 255 or 22.54% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D0607A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0607A is #2F9F85. Grayscale: #848484. Windows color (decimal): -3121030 or 8020176. OLE color: 8020176.
HSL color Cylindrical-coordinate representation of color #D0607A: hue angle of 346.07º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0607A is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 122 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.18 |
| HSL | 346.07º | 0.54% | 0.6% | - |
| HSV(B) | 346.07º | 0.54% | 0.82% | - |
| XYZ | 33.71 | 23.18 | 21.11 | - |
| YUV | 132.45 | 122.11 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 122 | 0 | 0.54 | 0.41 | 0.18 | 346.07 | 0.54 | 0.6 |
| Hex | D0 | 60 | 7A | 0 | 36 | 29 | 12 | 15A | 36 | 3C |
| Octal | 320 | 140 | 172 | 0 | 66 | 51 | 22 | 532 | 66 | 74 |
| Binary | 11010000 | 1100000 | 1111010 | 0 | 110110 | 101001 | 10010 | 101011010 | 110110 | 111100 |
Color Harmonies of #D0607A
Complementary color
Monochromatic Colors of #D0607A
Black with #D0607A
Text Example
Text Example
White with #D0607A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0607A; }
p { color: rgb(208,96,122); }
H1.HeaderClassName
{
color: #D0607A;
}
.AnyTagClassName
{
color: #D0607A;
}
</style>
background-color css
<style>
a { background-color: #D0607A; }
a { background-color: rgb(208,96,122); }
div.DivClassName
{
background-color: #D0607A;
}
.BgClassName
{
background-color: #D0607A;
}
</style>
border-color css
<style>
span { border-color: #D0607A; }
span { border-color: rgb(208,96,122); }
td.TdClassName
{
border-color: #D0607A;
}
.TagClassName
{
border-color: #D0607A;
}
</style>