Shades of Cabaret #D4616B
Tints of Cabaret #D4616B
RGB
CMYK
RGB Variations
Color information
#D4616B (or 0xD4616B) is known color: Cabaret. HEX triplet: D4, 61 and 6B. RGB value is (212,97,107). Sum of RGB (Red+Green+Blue) = 212+97+107=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D4616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4616B is #2B9E94. Grayscale: #848484. Windows color (decimal): -2858645 or 7037396. OLE color: 7037396.
HSL color Cylindrical-coordinate representation of color #D4616B: hue angle of 354.78º degrees, saturation: 0.57, 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 #D4616B is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 97 | 107 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.17 |
| HSL | 354.78º | 0.57% | 0.61% | - |
| HSV(B) | 354.78º | 0.54% | 0.83% | - |
| XYZ | 34.08 | 23.61 | 16.67 | - |
| YUV | 132.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 107 | 0 | 0.54 | 0.50 | 0.17 | 354.78 | 0.57 | 0.61 |
| Hex | D4 | 61 | 6B | 0 | 36 | 32 | 11 | 163 | 39 | 3D |
| Octal | 324 | 141 | 153 | 0 | 66 | 62 | 21 | 543 | 71 | 75 |
| Binary | 11010100 | 1100001 | 1101011 | 0 | 110110 | 110010 | 10001 | 101100011 | 111001 | 111101 |
Color Harmonies of #D4616B
Complementary color
Monochromatic Colors of #D4616B
Black with #D4616B
Text Example
Text Example
White with #D4616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4616B; }
p { color: rgb(212,97,107); }
H1.HeaderClassName
{
color: #D4616B;
}
.AnyTagClassName
{
color: #D4616B;
}
</style>
background-color css
<style>
a { background-color: #D4616B; }
a { background-color: rgb(212,97,107); }
div.DivClassName
{
background-color: #D4616B;
}
.BgClassName
{
background-color: #D4616B;
}
</style>
border-color css
<style>
span { border-color: #D4616B; }
span { border-color: rgb(212,97,107); }
td.TdClassName
{
border-color: #D4616B;
}
.TagClassName
{
border-color: #D4616B;
}
</style>