Shades of Cabaret #D1436B
Tints of Cabaret #D1436B
RGB
CMYK
RGB Variations
Color information
#D1436B (or 0xD1436B) is known color: Cabaret. HEX triplet: D1, 43 and 6B. RGB value is (209,67,107). Sum of RGB (Red+Green+Blue) = 209+67+107=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D1436B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1436B is #2EBC94. Grayscale: #717171. Windows color (decimal): -3062933 or 7029713. OLE color: 7029713.
HSL color Cylindrical-coordinate representation of color #D1436B: hue angle of 343.1º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1436B is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 67 | 107 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.18 |
| HSL | 343.1º | 0.61% | 0.54% | - |
| HSV(B) | 343.1º | 0.68% | 0.82% | - |
| XYZ | 30.96 | 18.63 | 15.87 | - |
| YUV | 114.02 | 124.04 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 67 | 107 | 0 | 0.68 | 0.49 | 0.18 | 343.1 | 0.61 | 0.54 |
| Hex | D1 | 43 | 6B | 0 | 44 | 31 | 12 | 157 | 3D | 36 |
| Octal | 321 | 103 | 153 | 0 | 104 | 61 | 22 | 527 | 75 | 66 |
| Binary | 11010001 | 1000011 | 1101011 | 0 | 1000100 | 110001 | 10010 | 101010111 | 111101 | 110110 |
Color Harmonies of #D1436B
Complementary color
Monochromatic Colors of #D1436B
Black with #D1436B
Text Example
Text Example
White with #D1436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1436B; }
p { color: rgb(209,67,107); }
H1.HeaderClassName
{
color: #D1436B;
}
.AnyTagClassName
{
color: #D1436B;
}
</style>
background-color css
<style>
a { background-color: #D1436B; }
a { background-color: rgb(209,67,107); }
div.DivClassName
{
background-color: #D1436B;
}
.BgClassName
{
background-color: #D1436B;
}
</style>
border-color css
<style>
span { border-color: #D1436B; }
span { border-color: rgb(209,67,107); }
td.TdClassName
{
border-color: #D1436B;
}
.TagClassName
{
border-color: #D1436B;
}
</style>