Shades of Cabaret #D14462
Tints of Cabaret #D14462
RGB
CMYK
RGB Variations
Color information
#D14462 (or 0xD14462) is known color: Cabaret. HEX triplet: D1, 44 and 62. RGB value is (209,68,98). Sum of RGB (Red+Green+Blue) = 209+68+98=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D14462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14462 is #2EBB9D. Grayscale: #717171. Windows color (decimal): -3062686 or 6440145. OLE color: 6440145.
HSL color Cylindrical-coordinate representation of color #D14462: hue angle of 347.23º 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 #D14462 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 98 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.18 |
| HSL | 347.23º | 0.61% | 0.54% | - |
| HSV(B) | 347.23º | 0.67% | 0.82% | - |
| XYZ | 30.57 | 18.57 | 13.53 | - |
| YUV | 113.58 | 119.21 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 98 | 0 | 0.67 | 0.53 | 0.18 | 347.23 | 0.61 | 0.54 |
| Hex | D1 | 44 | 62 | 0 | 43 | 35 | 12 | 15B | 3D | 36 |
| Octal | 321 | 104 | 142 | 0 | 103 | 65 | 22 | 533 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1100010 | 0 | 1000011 | 110101 | 10010 | 101011011 | 111101 | 110110 |
Color Harmonies of #D14462
Complementary color
Monochromatic Colors of #D14462
Black with #D14462
Text Example
Text Example
White with #D14462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14462; }
p { color: rgb(209,68,98); }
H1.HeaderClassName
{
color: #D14462;
}
.AnyTagClassName
{
color: #D14462;
}
</style>
background-color css
<style>
a { background-color: #D14462; }
a { background-color: rgb(209,68,98); }
div.DivClassName
{
background-color: #D14462;
}
.BgClassName
{
background-color: #D14462;
}
</style>
border-color css
<style>
span { border-color: #D14462; }
span { border-color: rgb(209,68,98); }
td.TdClassName
{
border-color: #D14462;
}
.TagClassName
{
border-color: #D14462;
}
</style>