Shades of Cabaret #D3626F
Tints of Cabaret #D3626F
RGB
CMYK
RGB Variations
Color information
#D3626F (or 0xD3626F) is known color: Cabaret. HEX triplet: D3, 62 and 6F. RGB value is (211,98,111). Sum of RGB (Red+Green+Blue) = 211+98+111=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D3626F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3626F is #2C9D90. Grayscale: #858585. Windows color (decimal): -2923921 or 7299795. OLE color: 7299795.
HSL color Cylindrical-coordinate representation of color #D3626F: hue angle of 353.1º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D3626F is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 98 | 111 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.17 |
| HSL | 353.1º | 0.56% | 0.61% | - |
| HSV(B) | 353.1º | 0.54% | 0.83% | - |
| XYZ | 34.1 | 23.73 | 17.82 | - |
| YUV | 133.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 98 | 111 | 0 | 0.54 | 0.47 | 0.17 | 353.1 | 0.56 | 0.61 |
| Hex | D3 | 62 | 6F | 0 | 36 | 2F | 11 | 161 | 38 | 3D |
| Octal | 323 | 142 | 157 | 0 | 66 | 57 | 21 | 541 | 70 | 75 |
| Binary | 11010011 | 1100010 | 1101111 | 0 | 110110 | 101111 | 10001 | 101100001 | 111000 | 111101 |
Color Harmonies of #D3626F
Complementary color
Monochromatic Colors of #D3626F
Black with #D3626F
Text Example
Text Example
White with #D3626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3626F; }
p { color: rgb(211,98,111); }
H1.HeaderClassName
{
color: #D3626F;
}
.AnyTagClassName
{
color: #D3626F;
}
</style>
background-color css
<style>
a { background-color: #D3626F; }
a { background-color: rgb(211,98,111); }
div.DivClassName
{
background-color: #D3626F;
}
.BgClassName
{
background-color: #D3626F;
}
</style>
border-color css
<style>
span { border-color: #D3626F; }
span { border-color: rgb(211,98,111); }
td.TdClassName
{
border-color: #D3626F;
}
.TagClassName
{
border-color: #D3626F;
}
</style>