Shades of Cabaret #D25167
Tints of Cabaret #D25167
RGB
CMYK
RGB Variations
Color information
#D25167 (or 0xD25167) is known color: Cabaret. HEX triplet: D2, 51 and 67. RGB value is (210,81,103). Sum of RGB (Red+Green+Blue) = 210+81+103=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 103 (40.62% from 255 or 26.14% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D25167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25167 is #2DAE98. Grayscale: #7A7A7A. Windows color (decimal): -2993817 or 6771154. OLE color: 6771154.
HSL color Cylindrical-coordinate representation of color #D25167: hue angle of 349.77º degrees, saturation: 0.59, 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 #D25167 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 103 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.18 |
| HSL | 349.77º | 0.59% | 0.57% | - |
| HSV(B) | 349.77º | 0.61% | 0.82% | - |
| XYZ | 31.97 | 20.57 | 15.12 | - |
| YUV | 122.08 | 117.24 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 103 | 0 | 0.61 | 0.51 | 0.18 | 349.77 | 0.59 | 0.57 |
| Hex | D2 | 51 | 67 | 0 | 3D | 33 | 12 | 15E | 3B | 39 |
| Octal | 322 | 121 | 147 | 0 | 75 | 63 | 22 | 536 | 73 | 71 |
| Binary | 11010010 | 1010001 | 1100111 | 0 | 111101 | 110011 | 10010 | 101011110 | 111011 | 111001 |
Color Harmonies of #D25167
Complementary color
Monochromatic Colors of #D25167
Black with #D25167
Text Example
Text Example
White with #D25167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25167; }
p { color: rgb(210,81,103); }
H1.HeaderClassName
{
color: #D25167;
}
.AnyTagClassName
{
color: #D25167;
}
</style>
background-color css
<style>
a { background-color: #D25167; }
a { background-color: rgb(210,81,103); }
div.DivClassName
{
background-color: #D25167;
}
.BgClassName
{
background-color: #D25167;
}
</style>
border-color css
<style>
span { border-color: #D25167; }
span { border-color: rgb(210,81,103); }
td.TdClassName
{
border-color: #D25167;
}
.TagClassName
{
border-color: #D25167;
}
</style>