Shades of Cabaret #D5426B
Tints of Cabaret #D5426B
RGB
CMYK
RGB Variations
Color information
#D5426B (or 0xD5426B) is known color: Cabaret. HEX triplet: D5, 42 and 6B. RGB value is (213,66,107). Sum of RGB (Red+Green+Blue) = 213+66+107=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5426B is #2ABD94. Grayscale: #727272. Windows color (decimal): -2801045 or 7029461. OLE color: 7029461.
HSL color Cylindrical-coordinate representation of color #D5426B: hue angle of 343.27º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5426B is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 107 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.16 |
| HSL | 343.27º | 0.64% | 0.55% | - |
| HSV(B) | 343.27º | 0.69% | 0.84% | - |
| XYZ | 32.04 | 19.1 | 15.91 | - |
| YUV | 114.63 | 123.7 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 107 | 0 | 0.69 | 0.50 | 0.16 | 343.27 | 0.64 | 0.55 |
| Hex | D5 | 42 | 6B | 0 | 45 | 32 | 10 | 157 | 40 | 37 |
| Octal | 325 | 102 | 153 | 0 | 105 | 62 | 20 | 527 | 100 | 67 |
| Binary | 11010101 | 1000010 | 1101011 | 0 | 1000101 | 110010 | 10000 | 101010111 | 1000000 | 110111 |
Color Harmonies of #D5426B
Complementary color
Monochromatic Colors of #D5426B
Black with #D5426B
Text Example
Text Example
White with #D5426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5426B; }
p { color: rgb(213,66,107); }
H1.HeaderClassName
{
color: #D5426B;
}
.AnyTagClassName
{
color: #D5426B;
}
</style>
background-color css
<style>
a { background-color: #D5426B; }
a { background-color: rgb(213,66,107); }
div.DivClassName
{
background-color: #D5426B;
}
.BgClassName
{
background-color: #D5426B;
}
</style>
border-color css
<style>
span { border-color: #D5426B; }
span { border-color: rgb(213,66,107); }
td.TdClassName
{
border-color: #D5426B;
}
.TagClassName
{
border-color: #D5426B;
}
</style>