Shades of Cabaret #D0616B
Tints of Cabaret #D0616B
RGB
CMYK
RGB Variations
Color information
#D0616B (or 0xD0616B) is known color: Cabaret. HEX triplet: D0, 61 and 6B. RGB value is (208,97,107). Sum of RGB (Red+Green+Blue) = 208+97+107=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D0616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0616B is #2F9E94. Grayscale: #838383. Windows color (decimal): -3120789 or 7037392. OLE color: 7037392.
HSL color Cylindrical-coordinate representation of color #D0616B: hue angle of 354.59º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0616B is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 107 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.18 |
| HSL | 354.59º | 0.54% | 0.6% | - |
| HSV(B) | 354.59º | 0.53% | 0.82% | - |
| XYZ | 32.94 | 23.02 | 16.62 | - |
| YUV | 131.33 | 114.27 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 107 | 0 | 0.53 | 0.49 | 0.18 | 354.59 | 0.54 | 0.6 |
| Hex | D0 | 61 | 6B | 0 | 35 | 31 | 12 | 163 | 36 | 3C |
| Octal | 320 | 141 | 153 | 0 | 65 | 61 | 22 | 543 | 66 | 74 |
| Binary | 11010000 | 1100001 | 1101011 | 0 | 110101 | 110001 | 10010 | 101100011 | 110110 | 111100 |
Color Harmonies of #D0616B
Complementary color
Monochromatic Colors of #D0616B
Black with #D0616B
Text Example
Text Example
White with #D0616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0616B; }
p { color: rgb(208,97,107); }
H1.HeaderClassName
{
color: #D0616B;
}
.AnyTagClassName
{
color: #D0616B;
}
</style>
background-color css
<style>
a { background-color: #D0616B; }
a { background-color: rgb(208,97,107); }
div.DivClassName
{
background-color: #D0616B;
}
.BgClassName
{
background-color: #D0616B;
}
</style>
border-color css
<style>
span { border-color: #D0616B; }
span { border-color: rgb(208,97,107); }
td.TdClassName
{
border-color: #D0616B;
}
.TagClassName
{
border-color: #D0616B;
}
</style>