Shades of Cabaret #D25168
Tints of Cabaret #D25168
RGB
CMYK
RGB Variations
Color information
#D25168 (or 0xD25168) is known color: Cabaret. HEX triplet: D2, 51 and 68. RGB value is (210,81,104). Sum of RGB (Red+Green+Blue) = 210+81+104=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D25168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25168 is #2DAE97. Grayscale: #7A7A7A. Windows color (decimal): -2993816 or 6836690. OLE color: 6836690.
HSL color Cylindrical-coordinate representation of color #D25168: hue angle of 349.3º 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 #D25168 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 81 | 104 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.18 |
| HSL | 349.3º | 0.59% | 0.57% | - |
| HSV(B) | 349.3º | 0.61% | 0.82% | - |
| XYZ | 32.02 | 20.59 | 15.38 | - |
| YUV | 122.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 104 | 0 | 0.61 | 0.50 | 0.18 | 349.3 | 0.59 | 0.57 |
| Hex | D2 | 51 | 68 | 0 | 3D | 32 | 12 | 15D | 3B | 39 |
| Octal | 322 | 121 | 150 | 0 | 75 | 62 | 22 | 535 | 73 | 71 |
| Binary | 11010010 | 1010001 | 1101000 | 0 | 111101 | 110010 | 10010 | 101011101 | 111011 | 111001 |
Color Harmonies of #D25168
Complementary color
Monochromatic Colors of #D25168
Black with #D25168
Text Example
Text Example
White with #D25168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25168; }
p { color: rgb(210,81,104); }
H1.HeaderClassName
{
color: #D25168;
}
.AnyTagClassName
{
color: #D25168;
}
</style>
background-color css
<style>
a { background-color: #D25168; }
a { background-color: rgb(210,81,104); }
div.DivClassName
{
background-color: #D25168;
}
.BgClassName
{
background-color: #D25168;
}
</style>
border-color css
<style>
span { border-color: #D25168; }
span { border-color: rgb(210,81,104); }
td.TdClassName
{
border-color: #D25168;
}
.TagClassName
{
border-color: #D25168;
}
</style>