Shades of Cabaret #D65F71
Tints of Cabaret #D65F71
RGB
CMYK
RGB Variations
Color information
#D65F71 (or 0xD65F71) is known color: Cabaret. HEX triplet: D6, 5F and 71. RGB value is (214,95,113). Sum of RGB (Red+Green+Blue) = 214+95+113=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F71 is #29A08E. Grayscale: #848484. Windows color (decimal): -2728079 or 7430102. OLE color: 7430102.
HSL color Cylindrical-coordinate representation of color #D65F71: hue angle of 350.92º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65F71 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 113 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.16 |
| HSL | 350.92º | 0.59% | 0.61% | - |
| HSV(B) | 350.92º | 0.56% | 0.84% | - |
| XYZ | 34.8 | 23.67 | 18.36 | - |
| YUV | 132.63 | 116.92 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 113 | 0 | 0.56 | 0.47 | 0.16 | 350.92 | 0.59 | 0.61 |
| Hex | D6 | 5F | 71 | 0 | 38 | 2F | 10 | 15F | 3B | 3D |
| Octal | 326 | 137 | 161 | 0 | 70 | 57 | 20 | 537 | 73 | 75 |
| Binary | 11010110 | 1011111 | 1110001 | 0 | 111000 | 101111 | 10000 | 101011111 | 111011 | 111101 |
Color Harmonies of #D65F71
Complementary color
Monochromatic Colors of #D65F71
Black with #D65F71
Text Example
Text Example
White with #D65F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F71; }
p { color: rgb(214,95,113); }
H1.HeaderClassName
{
color: #D65F71;
}
.AnyTagClassName
{
color: #D65F71;
}
</style>
background-color css
<style>
a { background-color: #D65F71; }
a { background-color: rgb(214,95,113); }
div.DivClassName
{
background-color: #D65F71;
}
.BgClassName
{
background-color: #D65F71;
}
</style>
border-color css
<style>
span { border-color: #D65F71; }
span { border-color: rgb(214,95,113); }
td.TdClassName
{
border-color: #D65F71;
}
.TagClassName
{
border-color: #D65F71;
}
</style>