Shades of Cabaret #D05174
Tints of Cabaret #D05174
RGB
CMYK
RGB Variations
Color information
#D05174 (or 0xD05174) is known color: Cabaret. HEX triplet: D0, 51 and 74. RGB value is (208,81,116). Sum of RGB (Red+Green+Blue) = 208+81+116=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D05174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05174 is #2FAE8B. Grayscale: #7A7A7A. Windows color (decimal): -3124876 or 7623120. OLE color: 7623120.
HSL color Cylindrical-coordinate representation of color #D05174: hue angle of 343.46º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D05174 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 81 | 116 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.18 |
| HSL | 343.46º | 0.57% | 0.57% | - |
| HSV(B) | 343.46º | 0.61% | 0.82% | - |
| XYZ | 32.11 | 20.56 | 18.8 | - |
| YUV | 122.96 | 124.08 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 81 | 116 | 0 | 0.61 | 0.44 | 0.18 | 343.46 | 0.57 | 0.57 |
| Hex | D0 | 51 | 74 | 0 | 3D | 2C | 12 | 157 | 39 | 39 |
| Octal | 320 | 121 | 164 | 0 | 75 | 54 | 22 | 527 | 71 | 71 |
| Binary | 11010000 | 1010001 | 1110100 | 0 | 111101 | 101100 | 10010 | 101010111 | 111001 | 111001 |
Color Harmonies of #D05174
Complementary color
Monochromatic Colors of #D05174
Black with #D05174
Text Example
Text Example
White with #D05174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05174; }
p { color: rgb(208,81,116); }
H1.HeaderClassName
{
color: #D05174;
}
.AnyTagClassName
{
color: #D05174;
}
</style>
background-color css
<style>
a { background-color: #D05174; }
a { background-color: rgb(208,81,116); }
div.DivClassName
{
background-color: #D05174;
}
.BgClassName
{
background-color: #D05174;
}
</style>
border-color css
<style>
span { border-color: #D05174; }
span { border-color: rgb(208,81,116); }
td.TdClassName
{
border-color: #D05174;
}
.TagClassName
{
border-color: #D05174;
}
</style>