Shades of Cabaret #D25267
Tints of Cabaret #D25267
RGB
CMYK
RGB Variations
Color information
#D25267 (or 0xD25267) is known color: Cabaret. HEX triplet: D2, 52 and 67. RGB value is (210,82,103). Sum of RGB (Red+Green+Blue) = 210+82+103=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D25267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25267 is #2DAD98. Grayscale: #7A7A7A. Windows color (decimal): -2993561 or 6771410. OLE color: 6771410.
HSL color Cylindrical-coordinate representation of color #D25267: hue angle of 350.16º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25267 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 82 | 103 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.18 |
| HSL | 350.16º | 0.59% | 0.57% | - |
| HSV(B) | 350.16º | 0.61% | 0.82% | - |
| XYZ | 32.04 | 20.72 | 15.14 | - |
| YUV | 122.67 | 116.91 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 103 | 0 | 0.61 | 0.51 | 0.18 | 350.16 | 0.59 | 0.57 |
| Hex | D2 | 52 | 67 | 0 | 3D | 33 | 12 | 15E | 3B | 39 |
| Octal | 322 | 122 | 147 | 0 | 75 | 63 | 22 | 536 | 73 | 71 |
| Binary | 11010010 | 1010010 | 1100111 | 0 | 111101 | 110011 | 10010 | 101011110 | 111011 | 111001 |
Color Harmonies of #D25267
Complementary color
Monochromatic Colors of #D25267
Black with #D25267
Text Example
Text Example
White with #D25267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25267; }
p { color: rgb(210,82,103); }
H1.HeaderClassName
{
color: #D25267;
}
.AnyTagClassName
{
color: #D25267;
}
</style>
background-color css
<style>
a { background-color: #D25267; }
a { background-color: rgb(210,82,103); }
div.DivClassName
{
background-color: #D25267;
}
.BgClassName
{
background-color: #D25267;
}
</style>
border-color css
<style>
span { border-color: #D25267; }
span { border-color: rgb(210,82,103); }
td.TdClassName
{
border-color: #D25267;
}
.TagClassName
{
border-color: #D25267;
}
</style>