Shades of Cabaret #D25F73
Tints of Cabaret #D25F73
RGB
CMYK
RGB Variations
Color information
#D25F73 (or 0xD25F73) is known color: Cabaret. HEX triplet: D2, 5F and 73. RGB value is (210,95,115). Sum of RGB (Red+Green+Blue) = 210+95+115=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F73 is #2DA08C. Grayscale: #838383. Windows color (decimal): -2990221 or 7561170. OLE color: 7561170.
HSL color Cylindrical-coordinate representation of color #D25F73: hue angle of 349.57º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25F73 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 95 | 115 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.18 |
| HSL | 349.57º | 0.56% | 0.6% | - |
| HSV(B) | 349.57º | 0.55% | 0.82% | - |
| XYZ | 33.77 | 23.12 | 18.9 | - |
| YUV | 131.67 | 118.6 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 95 | 115 | 0 | 0.55 | 0.45 | 0.18 | 349.57 | 0.56 | 0.6 |
| Hex | D2 | 5F | 73 | 0 | 37 | 2D | 12 | 15E | 38 | 3C |
| Octal | 322 | 137 | 163 | 0 | 67 | 55 | 22 | 536 | 70 | 74 |
| Binary | 11010010 | 1011111 | 1110011 | 0 | 110111 | 101101 | 10010 | 101011110 | 111000 | 111100 |
Color Harmonies of #D25F73
Complementary color
Monochromatic Colors of #D25F73
Black with #D25F73
Text Example
Text Example
White with #D25F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25F73; }
p { color: rgb(210,95,115); }
H1.HeaderClassName
{
color: #D25F73;
}
.AnyTagClassName
{
color: #D25F73;
}
</style>
background-color css
<style>
a { background-color: #D25F73; }
a { background-color: rgb(210,95,115); }
div.DivClassName
{
background-color: #D25F73;
}
.BgClassName
{
background-color: #D25F73;
}
</style>
border-color css
<style>
span { border-color: #D25F73; }
span { border-color: rgb(210,95,115); }
td.TdClassName
{
border-color: #D25F73;
}
.TagClassName
{
border-color: #D25F73;
}
</style>