Shades of Cabaret #D54A62
Tints of Cabaret #D54A62
RGB
CMYK
RGB Variations
Color information
#D54A62 (or 0xD54A62) is known color: Cabaret. HEX triplet: D5, 4A and 62. RGB value is (213,74,98). Sum of RGB (Red+Green+Blue) = 213+74+98=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54A62 is #2AB59D. Grayscale: #767676. Windows color (decimal): -2799006 or 6441685. OLE color: 6441685.
HSL color Cylindrical-coordinate representation of color #D54A62: hue angle of 349.64º 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 #D54A62 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 98 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.16 |
| HSL | 349.64º | 0.62% | 0.56% | - |
| HSV(B) | 349.64º | 0.65% | 0.84% | - |
| XYZ | 32.09 | 19.93 | 13.71 | - |
| YUV | 118.3 | 116.55 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 98 | 0 | 0.65 | 0.54 | 0.16 | 349.64 | 0.62 | 0.56 |
| Hex | D5 | 4A | 62 | 0 | 41 | 36 | 10 | 15E | 3E | 38 |
| Octal | 325 | 112 | 142 | 0 | 101 | 66 | 20 | 536 | 76 | 70 |
| Binary | 11010101 | 1001010 | 1100010 | 0 | 1000001 | 110110 | 10000 | 101011110 | 111110 | 111000 |
Color Harmonies of #D54A62
Complementary color
Monochromatic Colors of #D54A62
Black with #D54A62
Text Example
Text Example
White with #D54A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A62; }
p { color: rgb(213,74,98); }
H1.HeaderClassName
{
color: #D54A62;
}
.AnyTagClassName
{
color: #D54A62;
}
</style>
background-color css
<style>
a { background-color: #D54A62; }
a { background-color: rgb(213,74,98); }
div.DivClassName
{
background-color: #D54A62;
}
.BgClassName
{
background-color: #D54A62;
}
</style>
border-color css
<style>
span { border-color: #D54A62; }
span { border-color: rgb(213,74,98); }
td.TdClassName
{
border-color: #D54A62;
}
.TagClassName
{
border-color: #D54A62;
}
</style>