Shades of Cabaret #D25567
Tints of Cabaret #D25567
RGB
CMYK
RGB Variations
Color information
#D25567 (or 0xD25567) is known color: Cabaret. HEX triplet: D2, 55 and 67. RGB value is (210,85,103). Sum of RGB (Red+Green+Blue) = 210+85+103=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D25567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25567 is #2DAA98. Grayscale: #7C7C7C. Windows color (decimal): -2992793 or 6772178. OLE color: 6772178.
HSL color Cylindrical-coordinate representation of color #D25567: hue angle of 351.36º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25567 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 103 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.18 |
| HSL | 351.36º | 0.58% | 0.58% | - |
| HSV(B) | 351.36º | 0.6% | 0.82% | - |
| XYZ | 32.28 | 21.18 | 15.22 | - |
| YUV | 124.43 | 115.91 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 103 | 0 | 0.60 | 0.51 | 0.18 | 351.36 | 0.58 | 0.58 |
| Hex | D2 | 55 | 67 | 0 | 3C | 33 | 12 | 15F | 3A | 3A |
| Octal | 322 | 125 | 147 | 0 | 74 | 63 | 22 | 537 | 72 | 72 |
| Binary | 11010010 | 1010101 | 1100111 | 0 | 111100 | 110011 | 10010 | 101011111 | 111010 | 111010 |
Color Harmonies of #D25567
Complementary color
Monochromatic Colors of #D25567
Black with #D25567
Text Example
Text Example
White with #D25567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25567; }
p { color: rgb(210,85,103); }
H1.HeaderClassName
{
color: #D25567;
}
.AnyTagClassName
{
color: #D25567;
}
</style>
background-color css
<style>
a { background-color: #D25567; }
a { background-color: rgb(210,85,103); }
div.DivClassName
{
background-color: #D25567;
}
.BgClassName
{
background-color: #D25567;
}
</style>
border-color css
<style>
span { border-color: #D25567; }
span { border-color: rgb(210,85,103); }
td.TdClassName
{
border-color: #D25567;
}
.TagClassName
{
border-color: #D25567;
}
</style>