Shades of Cabaret #D3636F
Tints of Cabaret #D3636F
RGB
CMYK
RGB Variations
Color information
#D3636F (or 0xD3636F) is known color: Cabaret. HEX triplet: D3, 63 and 6F. RGB value is (211,99,111). Sum of RGB (Red+Green+Blue) = 211+99+111=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D3636F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3636F is #2C9C90. Grayscale: #858585. Windows color (decimal): -2923665 or 7300051. OLE color: 7300051.
HSL color Cylindrical-coordinate representation of color #D3636F: hue angle of 353.57º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D3636F is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 99 | 111 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.17 |
| HSL | 353.57º | 0.56% | 0.61% | - |
| HSV(B) | 353.57º | 0.53% | 0.83% | - |
| XYZ | 34.2 | 23.92 | 17.85 | - |
| YUV | 133.86 | 115.11 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 111 | 0 | 0.53 | 0.47 | 0.17 | 353.57 | 0.56 | 0.61 |
| Hex | D3 | 63 | 6F | 0 | 35 | 2F | 11 | 162 | 38 | 3D |
| Octal | 323 | 143 | 157 | 0 | 65 | 57 | 21 | 542 | 70 | 75 |
| Binary | 11010011 | 1100011 | 1101111 | 0 | 110101 | 101111 | 10001 | 101100010 | 111000 | 111101 |
Color Harmonies of #D3636F
Complementary color
Monochromatic Colors of #D3636F
Black with #D3636F
Text Example
Text Example
White with #D3636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3636F; }
p { color: rgb(211,99,111); }
H1.HeaderClassName
{
color: #D3636F;
}
.AnyTagClassName
{
color: #D3636F;
}
</style>
background-color css
<style>
a { background-color: #D3636F; }
a { background-color: rgb(211,99,111); }
div.DivClassName
{
background-color: #D3636F;
}
.BgClassName
{
background-color: #D3636F;
}
</style>
border-color css
<style>
span { border-color: #D3636F; }
span { border-color: rgb(211,99,111); }
td.TdClassName
{
border-color: #D3636F;
}
.TagClassName
{
border-color: #D3636F;
}
</style>