Shades of Cabaret #D25867
Tints of Cabaret #D25867
RGB
CMYK
RGB Variations
Color information
#D25867 (or 0xD25867) is known color: Cabaret. HEX triplet: D2, 58 and 67. RGB value is (210,88,103). Sum of RGB (Red+Green+Blue) = 210+88+103=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D25867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25867 is #2DA798. Grayscale: #7E7E7E. Windows color (decimal): -2992025 or 6772946. OLE color: 6772946.
HSL color Cylindrical-coordinate representation of color #D25867: hue angle of 352.62º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D25867 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 103 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.18 |
| HSL | 352.62º | 0.58% | 0.58% | - |
| HSV(B) | 352.62º | 0.58% | 0.82% | - |
| XYZ | 32.52 | 21.66 | 15.3 | - |
| YUV | 126.19 | 114.92 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 103 | 0 | 0.58 | 0.51 | 0.18 | 352.62 | 0.58 | 0.58 |
| Hex | D2 | 58 | 67 | 0 | 3A | 33 | 12 | 161 | 3A | 3A |
| Octal | 322 | 130 | 147 | 0 | 72 | 63 | 22 | 541 | 72 | 72 |
| Binary | 11010010 | 1011000 | 1100111 | 0 | 111010 | 110011 | 10010 | 101100001 | 111010 | 111010 |
Color Harmonies of #D25867
Complementary color
Monochromatic Colors of #D25867
Black with #D25867
Text Example
Text Example
White with #D25867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25867; }
p { color: rgb(210,88,103); }
H1.HeaderClassName
{
color: #D25867;
}
.AnyTagClassName
{
color: #D25867;
}
</style>
background-color css
<style>
a { background-color: #D25867; }
a { background-color: rgb(210,88,103); }
div.DivClassName
{
background-color: #D25867;
}
.BgClassName
{
background-color: #D25867;
}
</style>
border-color css
<style>
span { border-color: #D25867; }
span { border-color: rgb(210,88,103); }
td.TdClassName
{
border-color: #D25867;
}
.TagClassName
{
border-color: #D25867;
}
</style>