Shades of Cabaret #D55F75
Tints of Cabaret #D55F75
RGB
CMYK
RGB Variations
Color information
#D55F75 (or 0xD55F75) is known color: Cabaret. HEX triplet: D5, 5F and 75. RGB value is (213,95,117). Sum of RGB (Red+Green+Blue) = 213+95+117=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F75 is #2AA08A. Grayscale: #848484. Windows color (decimal): -2793611 or 7692245. OLE color: 7692245.
HSL color Cylindrical-coordinate representation of color #D55F75: hue angle of 348.81º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D55F75 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 95 | 117 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.16 |
| HSL | 348.81º | 0.58% | 0.6% | - |
| HSV(B) | 348.81º | 0.55% | 0.84% | - |
| XYZ | 34.74 | 23.61 | 19.56 | - |
| YUV | 132.79 | 119.09 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 95 | 117 | 0 | 0.55 | 0.45 | 0.16 | 348.81 | 0.58 | 0.6 |
| Hex | D5 | 5F | 75 | 0 | 37 | 2D | 10 | 15D | 3A | 3C |
| Octal | 325 | 137 | 165 | 0 | 67 | 55 | 20 | 535 | 72 | 74 |
| Binary | 11010101 | 1011111 | 1110101 | 0 | 110111 | 101101 | 10000 | 101011101 | 111010 | 111100 |
Color Harmonies of #D55F75
Complementary color
Monochromatic Colors of #D55F75
Black with #D55F75
Text Example
Text Example
White with #D55F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55F75; }
p { color: rgb(213,95,117); }
H1.HeaderClassName
{
color: #D55F75;
}
.AnyTagClassName
{
color: #D55F75;
}
</style>
background-color css
<style>
a { background-color: #D55F75; }
a { background-color: rgb(213,95,117); }
div.DivClassName
{
background-color: #D55F75;
}
.BgClassName
{
background-color: #D55F75;
}
</style>
border-color css
<style>
span { border-color: #D55F75; }
span { border-color: rgb(213,95,117); }
td.TdClassName
{
border-color: #D55F75;
}
.TagClassName
{
border-color: #D55F75;
}
</style>