Shades of Cabaret #D54B6B
Tints of Cabaret #D54B6B
RGB
CMYK
RGB Variations
Color information
#D54B6B (or 0xD54B6B) is known color: Cabaret. HEX triplet: D5, 4B and 6B. RGB value is (213,75,107). Sum of RGB (Red+Green+Blue) = 213+75+107=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54B6B is #2AB494. Grayscale: #777777. Windows color (decimal): -2798741 or 7031765. OLE color: 7031765.
HSL color Cylindrical-coordinate representation of color #D54B6B: hue angle of 346.09º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54B6B is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 107 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.16 |
| HSL | 346.09º | 0.62% | 0.56% | - |
| HSV(B) | 346.09º | 0.65% | 0.84% | - |
| XYZ | 32.61 | 20.24 | 16.1 | - |
| YUV | 119.91 | 120.72 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 107 | 0 | 0.65 | 0.50 | 0.16 | 346.09 | 0.62 | 0.56 |
| Hex | D5 | 4B | 6B | 0 | 41 | 32 | 10 | 15A | 3E | 38 |
| Octal | 325 | 113 | 153 | 0 | 101 | 62 | 20 | 532 | 76 | 70 |
| Binary | 11010101 | 1001011 | 1101011 | 0 | 1000001 | 110010 | 10000 | 101011010 | 111110 | 111000 |
Color Harmonies of #D54B6B
Complementary color
Monochromatic Colors of #D54B6B
Black with #D54B6B
Text Example
Text Example
White with #D54B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54B6B; }
p { color: rgb(213,75,107); }
H1.HeaderClassName
{
color: #D54B6B;
}
.AnyTagClassName
{
color: #D54B6B;
}
</style>
background-color css
<style>
a { background-color: #D54B6B; }
a { background-color: rgb(213,75,107); }
div.DivClassName
{
background-color: #D54B6B;
}
.BgClassName
{
background-color: #D54B6B;
}
</style>
border-color css
<style>
span { border-color: #D54B6B; }
span { border-color: rgb(213,75,107); }
td.TdClassName
{
border-color: #D54B6B;
}
.TagClassName
{
border-color: #D54B6B;
}
</style>