Shades of Cabaret #D04461
Tints of Cabaret #D04461
RGB
CMYK
RGB Variations
Color information
#D04461 (or 0xD04461) is known color: Cabaret. HEX triplet: D0, 44 and 61. RGB value is (208,68,97). Sum of RGB (Red+Green+Blue) = 208+68+97=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 97 (38.28% from 255 or 26.01% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D04461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04461 is #2FBB9E. Grayscale: #717171. Windows color (decimal): -3128223 or 6374608. OLE color: 6374608.
HSL color Cylindrical-coordinate representation of color #D04461: hue angle of 347.57º 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 #D04461 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 68 | 97 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.18 |
| HSL | 347.57º | 0.6% | 0.54% | - |
| HSV(B) | 347.57º | 0.67% | 0.82% | - |
| XYZ | 30.24 | 18.41 | 13.27 | - |
| YUV | 113.17 | 118.88 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 68 | 97 | 0 | 0.67 | 0.53 | 0.18 | 347.57 | 0.6 | 0.54 |
| Hex | D0 | 44 | 61 | 0 | 43 | 35 | 12 | 15C | 3C | 36 |
| Octal | 320 | 104 | 141 | 0 | 103 | 65 | 22 | 534 | 74 | 66 |
| Binary | 11010000 | 1000100 | 1100001 | 0 | 1000011 | 110101 | 10010 | 101011100 | 111100 | 110110 |
Color Harmonies of #D04461
Complementary color
Monochromatic Colors of #D04461
Black with #D04461
Text Example
Text Example
White with #D04461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04461; }
p { color: rgb(208,68,97); }
H1.HeaderClassName
{
color: #D04461;
}
.AnyTagClassName
{
color: #D04461;
}
</style>
background-color css
<style>
a { background-color: #D04461; }
a { background-color: rgb(208,68,97); }
div.DivClassName
{
background-color: #D04461;
}
.BgClassName
{
background-color: #D04461;
}
</style>
border-color css
<style>
span { border-color: #D04461; }
span { border-color: rgb(208,68,97); }
td.TdClassName
{
border-color: #D04461;
}
.TagClassName
{
border-color: #D04461;
}
</style>