Shades of Cabaret #D5626F
Tints of Cabaret #D5626F
RGB
CMYK
RGB Variations
Color information
#D5626F (or 0xD5626F) is known color: Cabaret. HEX triplet: D5, 62 and 6F. RGB value is (213,98,111). Sum of RGB (Red+Green+Blue) = 213+98+111=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5626F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5626F is #2A9D90. Grayscale: #858585. Windows color (decimal): -2792849 or 7299797. OLE color: 7299797.
HSL color Cylindrical-coordinate representation of color #D5626F: hue angle of 353.22º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5626F is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 98 | 111 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.16 |
| HSL | 353.22º | 0.58% | 0.61% | - |
| HSV(B) | 353.22º | 0.54% | 0.84% | - |
| XYZ | 34.68 | 24.03 | 17.85 | - |
| YUV | 133.87 | 115.1 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 98 | 111 | 0 | 0.54 | 0.48 | 0.16 | 353.22 | 0.58 | 0.61 |
| Hex | D5 | 62 | 6F | 0 | 36 | 30 | 10 | 161 | 3A | 3D |
| Octal | 325 | 142 | 157 | 0 | 66 | 60 | 20 | 541 | 72 | 75 |
| Binary | 11010101 | 1100010 | 1101111 | 0 | 110110 | 110000 | 10000 | 101100001 | 111010 | 111101 |
Color Harmonies of #D5626F
Complementary color
Monochromatic Colors of #D5626F
Black with #D5626F
Text Example
Text Example
White with #D5626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5626F; }
p { color: rgb(213,98,111); }
H1.HeaderClassName
{
color: #D5626F;
}
.AnyTagClassName
{
color: #D5626F;
}
</style>
background-color css
<style>
a { background-color: #D5626F; }
a { background-color: rgb(213,98,111); }
div.DivClassName
{
background-color: #D5626F;
}
.BgClassName
{
background-color: #D5626F;
}
</style>
border-color css
<style>
span { border-color: #D5626F; }
span { border-color: rgb(213,98,111); }
td.TdClassName
{
border-color: #D5626F;
}
.TagClassName
{
border-color: #D5626F;
}
</style>