Shades of Cabaret #D14461
Tints of Cabaret #D14461
RGB
CMYK
RGB Variations
Color information
#D14461 (or 0xD14461) is known color: Cabaret. HEX triplet: D1, 44 and 61. RGB value is (209,68,97). Sum of RGB (Red+Green+Blue) = 209+68+97=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D14461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14461 is #2EBB9E. Grayscale: #717171. Windows color (decimal): -3062687 or 6374609. OLE color: 6374609.
HSL color Cylindrical-coordinate representation of color #D14461: hue angle of 347.66º degrees, saturation: 0.61, 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 #D14461 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 97 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.18 |
| HSL | 347.66º | 0.61% | 0.54% | - |
| HSV(B) | 347.66º | 0.67% | 0.82% | - |
| XYZ | 30.52 | 18.55 | 13.28 | - |
| YUV | 113.47 | 118.71 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 97 | 0 | 0.67 | 0.54 | 0.18 | 347.66 | 0.61 | 0.54 |
| Hex | D1 | 44 | 61 | 0 | 43 | 36 | 12 | 15C | 3D | 36 |
| Octal | 321 | 104 | 141 | 0 | 103 | 66 | 22 | 534 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1100001 | 0 | 1000011 | 110110 | 10010 | 101011100 | 111101 | 110110 |
Color Harmonies of #D14461
Complementary color
Monochromatic Colors of #D14461
Black with #D14461
Text Example
Text Example
White with #D14461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14461; }
p { color: rgb(209,68,97); }
H1.HeaderClassName
{
color: #D14461;
}
.AnyTagClassName
{
color: #D14461;
}
</style>
background-color css
<style>
a { background-color: #D14461; }
a { background-color: rgb(209,68,97); }
div.DivClassName
{
background-color: #D14461;
}
.BgClassName
{
background-color: #D14461;
}
</style>
border-color css
<style>
span { border-color: #D14461; }
span { border-color: rgb(209,68,97); }
td.TdClassName
{
border-color: #D14461;
}
.TagClassName
{
border-color: #D14461;
}
</style>