Shades of Cabaret #D25670
Tints of Cabaret #D25670
RGB
CMYK
RGB Variations
Color information
#D25670 (or 0xD25670) is known color: Cabaret. HEX triplet: D2, 56 and 70. RGB value is (210,86,112). Sum of RGB (Red+Green+Blue) = 210+86+112=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D25670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25670 is #2DA98F. Grayscale: #7E7E7E. Windows color (decimal): -2992528 or 7362258. OLE color: 7362258.
HSL color Cylindrical-coordinate representation of color #D25670: hue angle of 347.42º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25670 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 112 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.18 |
| HSL | 347.42º | 0.58% | 0.58% | - |
| HSV(B) | 347.42º | 0.59% | 0.82% | - |
| XYZ | 32.83 | 21.53 | 17.75 | - |
| YUV | 126.04 | 120.08 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 112 | 0 | 0.59 | 0.47 | 0.18 | 347.42 | 0.58 | 0.58 |
| Hex | D2 | 56 | 70 | 0 | 3B | 2F | 12 | 15B | 3A | 3A |
| Octal | 322 | 126 | 160 | 0 | 73 | 57 | 22 | 533 | 72 | 72 |
| Binary | 11010010 | 1010110 | 1110000 | 0 | 111011 | 101111 | 10010 | 101011011 | 111010 | 111010 |
Color Harmonies of #D25670
Complementary color
Monochromatic Colors of #D25670
Black with #D25670
Text Example
Text Example
White with #D25670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25670; }
p { color: rgb(210,86,112); }
H1.HeaderClassName
{
color: #D25670;
}
.AnyTagClassName
{
color: #D25670;
}
</style>
background-color css
<style>
a { background-color: #D25670; }
a { background-color: rgb(210,86,112); }
div.DivClassName
{
background-color: #D25670;
}
.BgClassName
{
background-color: #D25670;
}
</style>
border-color css
<style>
span { border-color: #D25670; }
span { border-color: rgb(210,86,112); }
td.TdClassName
{
border-color: #D25670;
}
.TagClassName
{
border-color: #D25670;
}
</style>