Shades of Cabaret #D25B6C
Tints of Cabaret #D25B6C
RGB
CMYK
RGB Variations
Color information
#D25B6C (or 0xD25B6C) is known color: Cabaret. HEX triplet: D2, 5B and 6C. RGB value is (210,91,108). Sum of RGB (Red+Green+Blue) = 210+91+108=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25B6C is #2DA493. Grayscale: #808080. Windows color (decimal): -2991252 or 7101394. OLE color: 7101394.
HSL color Cylindrical-coordinate representation of color #D25B6C: hue angle of 351.43º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25B6C is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 108 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.18 |
| HSL | 351.43º | 0.57% | 0.59% | - |
| HSV(B) | 351.43º | 0.57% | 0.82% | - |
| XYZ | 33.03 | 22.27 | 16.74 | - |
| YUV | 128.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 108 | 0 | 0.57 | 0.49 | 0.18 | 351.43 | 0.57 | 0.59 |
| Hex | D2 | 5B | 6C | 0 | 39 | 31 | 12 | 15F | 39 | 3B |
| Octal | 322 | 133 | 154 | 0 | 71 | 61 | 22 | 537 | 71 | 73 |
| Binary | 11010010 | 1011011 | 1101100 | 0 | 111001 | 110001 | 10010 | 101011111 | 111001 | 111011 |
Color Harmonies of #D25B6C
Complementary color
Monochromatic Colors of #D25B6C
Black with #D25B6C
Text Example
Text Example
White with #D25B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25B6C; }
p { color: rgb(210,91,108); }
H1.HeaderClassName
{
color: #D25B6C;
}
.AnyTagClassName
{
color: #D25B6C;
}
</style>
background-color css
<style>
a { background-color: #D25B6C; }
a { background-color: rgb(210,91,108); }
div.DivClassName
{
background-color: #D25B6C;
}
.BgClassName
{
background-color: #D25B6C;
}
</style>
border-color css
<style>
span { border-color: #D25B6C; }
span { border-color: rgb(210,91,108); }
td.TdClassName
{
border-color: #D25B6C;
}
.TagClassName
{
border-color: #D25B6C;
}
</style>