Shades of Cabaret #D25B6B
Tints of Cabaret #D25B6B
RGB
CMYK
RGB Variations
Color information
#D25B6B (or 0xD25B6B) is known color: Cabaret. HEX triplet: D2, 5B and 6B. RGB value is (210,91,107). Sum of RGB (Red+Green+Blue) = 210+91+107=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D25B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25B6B is #2DA494. Grayscale: #808080. Windows color (decimal): -2991253 or 7035858. OLE color: 7035858.
HSL color Cylindrical-coordinate representation of color #D25B6B: hue angle of 351.93º 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 #D25B6B is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 91 | 107 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.18 |
| HSL | 351.93º | 0.57% | 0.59% | - |
| HSV(B) | 351.93º | 0.57% | 0.82% | - |
| XYZ | 32.97 | 22.25 | 16.47 | - |
| YUV | 128.41 | 115.92 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 91 | 107 | 0 | 0.57 | 0.49 | 0.18 | 351.93 | 0.57 | 0.59 |
| Hex | D2 | 5B | 6B | 0 | 39 | 31 | 12 | 160 | 39 | 3B |
| Octal | 322 | 133 | 153 | 0 | 71 | 61 | 22 | 540 | 71 | 73 |
| Binary | 11010010 | 1011011 | 1101011 | 0 | 111001 | 110001 | 10010 | 101100000 | 111001 | 111011 |
Color Harmonies of #D25B6B
Complementary color
Monochromatic Colors of #D25B6B
Black with #D25B6B
Text Example
Text Example
White with #D25B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25B6B; }
p { color: rgb(210,91,107); }
H1.HeaderClassName
{
color: #D25B6B;
}
.AnyTagClassName
{
color: #D25B6B;
}
</style>
background-color css
<style>
a { background-color: #D25B6B; }
a { background-color: rgb(210,91,107); }
div.DivClassName
{
background-color: #D25B6B;
}
.BgClassName
{
background-color: #D25B6B;
}
</style>
border-color css
<style>
span { border-color: #D25B6B; }
span { border-color: rgb(210,91,107); }
td.TdClassName
{
border-color: #D25B6B;
}
.TagClassName
{
border-color: #D25B6B;
}
</style>