Shades of Cabaret #D04561
Tints of Cabaret #D04561
RGB
CMYK
RGB Variations
Color information
#D04561 (or 0xD04561) is known color: Cabaret. HEX triplet: D0, 45 and 61. RGB value is (208,69,97). Sum of RGB (Red+Green+Blue) = 208+69+97=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D04561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04561 is #2FBA9E. Grayscale: #717171. Windows color (decimal): -3127967 or 6374864. OLE color: 6374864.
HSL color Cylindrical-coordinate representation of color #D04561: hue angle of 347.91º 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 #D04561 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 97 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.18 |
| HSL | 347.91º | 0.6% | 0.54% | - |
| HSV(B) | 347.91º | 0.67% | 0.82% | - |
| XYZ | 30.3 | 18.53 | 13.29 | - |
| YUV | 113.75 | 118.55 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 97 | 0 | 0.67 | 0.53 | 0.18 | 347.91 | 0.6 | 0.54 |
| Hex | D0 | 45 | 61 | 0 | 43 | 35 | 12 | 15C | 3C | 36 |
| Octal | 320 | 105 | 141 | 0 | 103 | 65 | 22 | 534 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1100001 | 0 | 1000011 | 110101 | 10010 | 101011100 | 111100 | 110110 |
Color Harmonies of #D04561
Complementary color
Monochromatic Colors of #D04561
Black with #D04561
Text Example
Text Example
White with #D04561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04561; }
p { color: rgb(208,69,97); }
H1.HeaderClassName
{
color: #D04561;
}
.AnyTagClassName
{
color: #D04561;
}
</style>
background-color css
<style>
a { background-color: #D04561; }
a { background-color: rgb(208,69,97); }
div.DivClassName
{
background-color: #D04561;
}
.BgClassName
{
background-color: #D04561;
}
</style>
border-color css
<style>
span { border-color: #D04561; }
span { border-color: rgb(208,69,97); }
td.TdClassName
{
border-color: #D04561;
}
.TagClassName
{
border-color: #D04561;
}
</style>