Shades of Cabaret #D25C6D
Tints of Cabaret #D25C6D
RGB
CMYK
RGB Variations
Color information
#D25C6D (or 0xD25C6D) is known color: Cabaret. HEX triplet: D2, 5C and 6D. RGB value is (210,92,109). Sum of RGB (Red+Green+Blue) = 210+92+109=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D25C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25C6D is #2DA392. Grayscale: #818181. Windows color (decimal): -2990995 or 7167186. OLE color: 7167186.
HSL color Cylindrical-coordinate representation of color #D25C6D: hue angle of 351.36º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D25C6D is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 92 | 109 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.18 |
| HSL | 351.36º | 0.57% | 0.59% | - |
| HSV(B) | 351.36º | 0.56% | 0.82% | - |
| XYZ | 33.17 | 22.46 | 17.06 | - |
| YUV | 129.22 | 116.59 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 92 | 109 | 0 | 0.56 | 0.48 | 0.18 | 351.36 | 0.57 | 0.59 |
| Hex | D2 | 5C | 6D | 0 | 38 | 30 | 12 | 15F | 39 | 3B |
| Octal | 322 | 134 | 155 | 0 | 70 | 60 | 22 | 537 | 71 | 73 |
| Binary | 11010010 | 1011100 | 1101101 | 0 | 111000 | 110000 | 10010 | 101011111 | 111001 | 111011 |
Color Harmonies of #D25C6D
Complementary color
Monochromatic Colors of #D25C6D
Black with #D25C6D
Text Example
Text Example
White with #D25C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25C6D; }
p { color: rgb(210,92,109); }
H1.HeaderClassName
{
color: #D25C6D;
}
.AnyTagClassName
{
color: #D25C6D;
}
</style>
background-color css
<style>
a { background-color: #D25C6D; }
a { background-color: rgb(210,92,109); }
div.DivClassName
{
background-color: #D25C6D;
}
.BgClassName
{
background-color: #D25C6D;
}
</style>
border-color css
<style>
span { border-color: #D25C6D; }
span { border-color: rgb(210,92,109); }
td.TdClassName
{
border-color: #D25C6D;
}
.TagClassName
{
border-color: #D25C6D;
}
</style>