Shades of Cabaret #D14765
Tints of Cabaret #D14765
RGB
CMYK
RGB Variations
Color information
#D14765 (or 0xD14765) is known color: Cabaret. HEX triplet: D1, 47 and 65. RGB value is (209,71,101). Sum of RGB (Red+Green+Blue) = 209+71+101=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D14765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14765 is #2EB89A. Grayscale: #737373. Windows color (decimal): -3061915 or 6637521. OLE color: 6637521.
HSL color Cylindrical-coordinate representation of color #D14765: hue angle of 346.96º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D14765 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 101 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.18 |
| HSL | 346.96º | 0.6% | 0.55% | - |
| HSV(B) | 346.96º | 0.66% | 0.82% | - |
| XYZ | 30.9 | 19 | 14.35 | - |
| YUV | 115.68 | 119.72 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 101 | 0 | 0.66 | 0.52 | 0.18 | 346.96 | 0.6 | 0.55 |
| Hex | D1 | 47 | 65 | 0 | 42 | 34 | 12 | 15B | 3C | 37 |
| Octal | 321 | 107 | 145 | 0 | 102 | 64 | 22 | 533 | 74 | 67 |
| Binary | 11010001 | 1000111 | 1100101 | 0 | 1000010 | 110100 | 10010 | 101011011 | 111100 | 110111 |
Color Harmonies of #D14765
Complementary color
Monochromatic Colors of #D14765
Black with #D14765
Text Example
Text Example
White with #D14765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14765; }
p { color: rgb(209,71,101); }
H1.HeaderClassName
{
color: #D14765;
}
.AnyTagClassName
{
color: #D14765;
}
</style>
background-color css
<style>
a { background-color: #D14765; }
a { background-color: rgb(209,71,101); }
div.DivClassName
{
background-color: #D14765;
}
.BgClassName
{
background-color: #D14765;
}
</style>
border-color css
<style>
span { border-color: #D14765; }
span { border-color: rgb(209,71,101); }
td.TdClassName
{
border-color: #D14765;
}
.TagClassName
{
border-color: #D14765;
}
</style>