Shades of Cabaret #D65D74
Tints of Cabaret #D65D74
RGB
CMYK
RGB Variations
Color information
#D65D74 (or 0xD65D74) is known color: Cabaret. HEX triplet: D6, 5D and 74. RGB value is (214,93,116). Sum of RGB (Red+Green+Blue) = 214+93+116=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65D74 is #29A28B. Grayscale: #838383. Windows color (decimal): -2728588 or 7626198. OLE color: 7626198.
HSL color Cylindrical-coordinate representation of color #D65D74: hue angle of 348.6º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65D74 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 116 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.16 |
| HSL | 348.6º | 0.6% | 0.6% | - |
| HSV(B) | 348.6º | 0.57% | 0.84% | - |
| XYZ | 34.8 | 23.39 | 19.2 | - |
| YUV | 131.8 | 119.09 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 116 | 0 | 0.57 | 0.46 | 0.16 | 348.6 | 0.6 | 0.6 |
| Hex | D6 | 5D | 74 | 0 | 39 | 2E | 10 | 15D | 3C | 3C |
| Octal | 326 | 135 | 164 | 0 | 71 | 56 | 20 | 535 | 74 | 74 |
| Binary | 11010110 | 1011101 | 1110100 | 0 | 111001 | 101110 | 10000 | 101011101 | 111100 | 111100 |
Color Harmonies of #D65D74
Complementary color
Monochromatic Colors of #D65D74
Black with #D65D74
Text Example
Text Example
White with #D65D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D74; }
p { color: rgb(214,93,116); }
H1.HeaderClassName
{
color: #D65D74;
}
.AnyTagClassName
{
color: #D65D74;
}
</style>
background-color css
<style>
a { background-color: #D65D74; }
a { background-color: rgb(214,93,116); }
div.DivClassName
{
background-color: #D65D74;
}
.BgClassName
{
background-color: #D65D74;
}
</style>
border-color css
<style>
span { border-color: #D65D74; }
span { border-color: rgb(214,93,116); }
td.TdClassName
{
border-color: #D65D74;
}
.TagClassName
{
border-color: #D65D74;
}
</style>