Shades of Cabaret #D45F75
Tints of Cabaret #D45F75
RGB
CMYK
RGB Variations
Color information
#D45F75 (or 0xD45F75) is known color: Cabaret. HEX triplet: D4, 5F and 75. RGB value is (212,95,117). Sum of RGB (Red+Green+Blue) = 212+95+117=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 95 (37.5% from 255 or 22.41% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45F75 is #2BA08A. Grayscale: #848484. Windows color (decimal): -2859147 or 7692244. OLE color: 7692244.
HSL color Cylindrical-coordinate representation of color #D45F75: hue angle of 348.72º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D45F75 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 95 | 117 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.17 |
| HSL | 348.72º | 0.58% | 0.6% | - |
| HSV(B) | 348.72º | 0.55% | 0.83% | - |
| XYZ | 34.45 | 23.47 | 19.54 | - |
| YUV | 132.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 95 | 117 | 0 | 0.55 | 0.45 | 0.17 | 348.72 | 0.58 | 0.6 |
| Hex | D4 | 5F | 75 | 0 | 37 | 2D | 11 | 15D | 3A | 3C |
| Octal | 324 | 137 | 165 | 0 | 67 | 55 | 21 | 535 | 72 | 74 |
| Binary | 11010100 | 1011111 | 1110101 | 0 | 110111 | 101101 | 10001 | 101011101 | 111010 | 111100 |
Color Harmonies of #D45F75
Complementary color
Monochromatic Colors of #D45F75
Black with #D45F75
Text Example
Text Example
White with #D45F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45F75; }
p { color: rgb(212,95,117); }
H1.HeaderClassName
{
color: #D45F75;
}
.AnyTagClassName
{
color: #D45F75;
}
</style>
background-color css
<style>
a { background-color: #D45F75; }
a { background-color: rgb(212,95,117); }
div.DivClassName
{
background-color: #D45F75;
}
.BgClassName
{
background-color: #D45F75;
}
</style>
border-color css
<style>
span { border-color: #D45F75; }
span { border-color: rgb(212,95,117); }
td.TdClassName
{
border-color: #D45F75;
}
.TagClassName
{
border-color: #D45F75;
}
</style>